Ok. I have a form that is based on a query, which I am using also for data entry. After entering the first and last names, I want to do a search on my db and make sure that the person is not already in there. (I'm doing this w/ an event procedure in the AfterUpdate event.)
I've gotten this part to work successfully, using a recordset and FindFirst. My question is now I want to be able to go to that record on my form and be able to update it, without the other records disappearing. I've tried Me.RecordSource, which somewhat works, but I lose sight of all my other records. Is there any other way to do this?
I'm still learning all this, so if you could help me w/some specific code it would be much appreciated.
Thanks for your help!
Janel
I've gotten this part to work successfully, using a recordset and FindFirst. My question is now I want to be able to go to that record on my form and be able to update it, without the other records disappearing. I've tried Me.RecordSource, which somewhat works, but I lose sight of all my other records. Is there any other way to do this?
I'm still learning all this, so if you could help me w/some specific code it would be much appreciated.
Thanks for your help!
Janel