jgoodman00
Programmer
- Jan 23, 2001
- 1,510
I seem to have run into a very annoying problem using the adodc control. If I populate one of the underlying tables for a query dynamically, at runtime, & just before the form containing the adodc is loaded, the adodc will load blank. If the form is loaded again, or I step-through the code (slowing down execution), it loads fine. It would appear the adodc control is not reflecting the changes recently made to the db, even though the table updates are finished before as the form is loaded.
I am running some INSERT code in the form load event. I have tried refreshing the recordset, requerying the recordset, & also opening & closing the adodc recordset. None of these make any difference...
Any suggestions?
James Goodman MCP
I am running some INSERT code in the form load event. I have tried refreshing the recordset, requerying the recordset, & also opening & closing the adodc recordset. None of these make any difference...
Any suggestions?
James Goodman MCP