Exporting database - Only field names exported (with no data)
Pawelski_33
Forums
Hi ,
I am exporting (to excel) the database by calling customized ExportDBOnly (which I use throughout of the programme) from other fuction GapDetection.However the only bit imported is the name of the fields and no data is actually included in the excel file (despite IncludeAllFiled method used).
I attached the copy of my code.
Hi Pawelski_33,
Hi Pawelski_33,
Thanks for the code, there looks like there is an extra space between the TargetDb. and the Count, there should be a space and that is probably why you are not getting any data.
ExportData.PerformTask ExportPath, TaskName, ExportType, 1, TargetDb. Count, " "
Brian