Hi all,
I have an application I'm working on with separate tables for clientiand policies. The policy table is linked back to the client table via clientid (one client to many policies). The client info comes up in one form and the user can then click on a command button to open the linked form to view/add policies owned by that client.
When inputting a new client in the "Add" form, I need the clientid field from the client form to automatically fill in the clientid field in the policy form when the policy form is opened.
BTW, this is yet another school project. I have to do the presentation for it on Monday night. As it stands now, the user would have to manually input the client id in the linked policy form. I've tried a couple of things and nothing has worked. Any help would be appreciated!
Tina
I have an application I'm working on with separate tables for clientiand policies. The policy table is linked back to the client table via clientid (one client to many policies). The client info comes up in one form and the user can then click on a command button to open the linked form to view/add policies owned by that client.
When inputting a new client in the "Add" form, I need the clientid field from the client form to automatically fill in the clientid field in the policy form when the policy form is opened.
BTW, this is yet another school project. I have to do the presentation for it on Monday night. As it stands now, the user would have to manually input the client id in the linked policy form. I've tried a couple of things and nothing has worked. Any help would be appreciated!
Tina