DoCmd.OutputTo acOutputQuery missing data

  • Thread starter janiotjoeawie via AccessMonster.com
  • Start date
J

janiotjoeawie via AccessMonster.com

Hi,

I have the following code:
DoCmd.OutputTo acOutputQuery, "qryBudgettedDays", acFormatXLS, "WiReport.xls",
True
If I go trough my excel sheet I'm missing at least one record.
But if I check the qryBudgettedDays the record do exists.
Anybody any clue?

Regards,

Jânio
 
Top