I have a form F1 which adds a record to a table T1 using ADO. On completion form F1 opens a second form F2 which is bound to the table T1. The problem is that the new record isn't visible in F2.
The record is created correctly and the recordset and connection are closed. If I step through with debug the record IS there so it looks to be a timimg issue.
I can get round the problem by looping with a dlookup until the record appears (>100 iterations) but is there a better/proper way of ensuring the record is written?
The record is created correctly and the recordset and connection are closed. If I step through with debug the record IS there so it looks to be a timimg issue.
I can get round the problem by looping with a dlookup until the record appears (>100 iterations) but is there a better/proper way of ensuring the record is written?