Richard1941
Registered User.
- Local time
- Today, 05:36
- Joined
- Oct 29, 2012
- Messages
- 34
I have a form in which users are expected to enter request data, but not all the data is known at the beginning. A button on the page takes you to another form for finding an existing request. When you select the one you want by clicking on an "edit" button, you are taken back to the first form, hopefully with the earlier data filled in. The primary key of the desired record is correctly stored in a TempVar, but when I get back to the first form, in the Open event code, I get the message "You can't use find or replace now." The line that causes the error is
DoCmd.FindRecord strRequestID, , True, , , , True
What's causing the error and what can I do about it?
Thanks,
Richard
DoCmd.FindRecord strRequestID, , True, , , , True
What's causing the error and what can I do about it?
Thanks,
Richard