Colin Coleman
Registered User.
- Local time
- Today, 12:38
- Joined
- Jul 25, 2008
- Messages
- 27
I am new to Access 2007, i come from a Delphi background and am trying to create a master form that contains employment details, i have created 10 other tables like paydetails, holidaydetails, healthdetails, Etc....
I want to be able to load into the master table field for say Paydetails the paydetails from the paydetails table, depending on a selection made in a selection/popup form.
i am able to create a form but am stuck as to the best way to code returning the memo data from the popup form to the calling master form. i think i need a method on the form that the master can call that makes the popup show its self. then either does some form of callback function (delphi/windows) or stuff the result into a global var on the master form.
Am i on the right lines ?.... and can anyone point me to an example.
Thanks if you can help....
I want to be able to load into the master table field for say Paydetails the paydetails from the paydetails table, depending on a selection made in a selection/popup form.
i am able to create a form but am stuck as to the best way to code returning the memo data from the popup form to the calling master form. i think i need a method on the form that the master can call that makes the popup show its self. then either does some form of callback function (delphi/windows) or stuff the result into a global var on the master form.
Am i on the right lines ?.... and can anyone point me to an example.
Thanks if you can help....