Help! I have a VB6 app.user driven query which clears then adds to an existing table in an Access database. This works fine!
I now want to print a report based on the results of the query, ie the contents of the table. No luck. The report, when it appears is based on old data, ie whatever was in the table at the time of program start, not the result of the user query. I have tried resync, refresh etc in various places but cannot get a result. Any thoughts please ???