CutAndPaste
Registered User.
- Local time
- Today, 13:08
- Joined
- Jul 16, 2001
- Messages
- 60
I've got a subform which displays some basic details about a client appointment (date & time etc.) Due to space limitations on the sub form I want to display some more detailed information about the client who made the appointment on the parent form.
What I want to happen is that when any part of the individual appointment record is clicked, or has the focus, is that the extra information about the Client that made the visit is updated on the parent form automatically.
I can use DLookUp in the main form info display fields (pulling the data in) , but this only updades if I manually requery the parent via F9. I've tried using unbound fields on the parent form and using DlookUp to update the information fields on the parent form (pushing the data).
None of these seems to work satisfactorily. I'm sure I need to get the requery working properly but can't get my head around what needs to be done. Am I missing something?
Thanks!
What I want to happen is that when any part of the individual appointment record is clicked, or has the focus, is that the extra information about the Client that made the visit is updated on the parent form automatically.
I can use DLookUp in the main form info display fields (pulling the data in) , but this only updades if I manually requery the parent via F9. I've tried using unbound fields on the parent form and using DlookUp to update the information fields on the parent form (pushing the data).
None of these seems to work satisfactorily. I'm sure I need to get the requery working properly but can't get my head around what needs to be done. Am I missing something?
Thanks!