I have two tables (one-to-many relationship) and various queries that pull from these and other tables. I have an “Add Record” form that solicits basic info to create a new record. When the user clicks “OK” that triggers some DoCmd.RunSQL stuff that inserts a record in the first table and populates the other table with a date range, among other things. But then, when I open an "Edit Record" form and try to update the new data I get an error message. If I compact and repair everything works fine. I’ve tried forcing a requery for the form and the subForm that produce the error but that doesn’t help. Is my problem that the underlying table is not properly sorted after the insert operation and if so is there a way to force a resort?
Tom
MCSD
I Nab Terrorists
Tom
MCSD
I Nab Terrorists