I have a form which has a select list as it's record source and am using a combo box on the form, with a select list behind it, to select a specific record and go to it to fill the form. This all works okay until I create a new record.
Basically I open a form to enter Client info and another to enter site info (it is a many to many relationship). I then use an INSERT INTO to update the index file and close the update forms. When I come back to the main form, I cannot get the form or combo boxes to refresh and show the updated records - I need to close the main form and restart to get to them.
What am I missing?
Any suggestions would be very much appreciated.
Basically I open a form to enter Client info and another to enter site info (it is a many to many relationship). I then use an INSERT INTO to update the index file and close the update forms. When I come back to the main form, I cannot get the form or combo boxes to refresh and show the updated records - I need to close the main form and restart to get to them.
What am I missing?
Any suggestions would be very much appreciated.