View Full Version : Return progress status from Access


cvdnest
06-08-2006, 10:08 AM
Hi,

does anyone know how to get the execution status of records from a query in access to VB via ADO asynchronous process. No recordsets are returned and execution from vb is done with the command object. What I need returned while the query or VBA module is executing: "Records 4 of 100"

can this be done?

thanx in advance!