Mark Liddle
Registered User.
- Local time
- Today, 07:24
- Joined
- Sep 12, 2000
- Messages
- 13
In trying to learn how access (And VBA) works, I am writting a "contact management" application whereby users need to make telephonic contact with someone and then record what was discussed.
The parent form contains data about the contact. The subform records the "DATE" and the topic of what was "Discussed".
Whenever the user types data into the "Discussed" field the system appends a blank record (after the current one).
The net result is that I get 2 records for every call.
I rather want to set the focus back to the "Contact Code" on the parent form so that the user can select another contact and then record that call.
Thanks
The parent form contains data about the contact. The subform records the "DATE" and the topic of what was "Discussed".
Whenever the user types data into the "Discussed" field the system appends a blank record (after the current one).
The net result is that I get 2 records for every call.
I rather want to set the focus back to the "Contact Code" on the parent form so that the user can select another contact and then record that call.
Thanks