marsha D. Carpenter
Registered User.
- Local time
- Today, 04:32
- Joined
- Jul 27, 2007
- Messages
- 22
I posted this message yesterday and have not received a response. Someone please assist. I feel really stupid, I just figured out how to post a thread for the third time... so......
My problem is with the notinlist event of a combobox which I have on a form.
When this event occurs, I display another form which I used to capture several fields. Once the fields are captured and edited, I insert the record into the database, close the capture form and return back to the main form. The problem is that the notinlist event keeps occuring cause the data is not stored in the list. I get the following error when I use the following statement in an attempt to update the list with the new data.
The statement in error is:
Me!cboGetContacts.Requery
I tried to requery the data and receive the following error:
Run-time error 2118
"You must save the current field before you run the requery action"
Someone please help me! I am just learning this Access stuff over again after having not worked in 4 years!
Thanks in advance!
My problem is with the notinlist event of a combobox which I have on a form.
When this event occurs, I display another form which I used to capture several fields. Once the fields are captured and edited, I insert the record into the database, close the capture form and return back to the main form. The problem is that the notinlist event keeps occuring cause the data is not stored in the list. I get the following error when I use the following statement in an attempt to update the list with the new data.
The statement in error is:
Me!cboGetContacts.Requery
I tried to requery the data and receive the following error:
Run-time error 2118
"You must save the current field before you run the requery action"
Someone please help me! I am just learning this Access stuff over again after having not worked in 4 years!
Thanks in advance!