Little_Man22
Registered User.
- Local time
- Today, 08:17
- Joined
- Jun 23, 2001
- Messages
- 118
This could get tricky...
I have a main form (frmclients) which contains all of a clients info. Within this form there are various pages, one of which contains all of the clients insurance policies. This page is simply a subform (frmpolicy) inserted into the main form. You can navigate the clients policies using the arrows to tab from policy to policy.
However, I'm interested in attempting to add a new policy to the client through code. What I need is some type of control button, that when pushed, will create a new record within this subform...
How do I do this (i.e what does the code look like). I need it to basically say 'create new record under forms!frmclients!subformpolicies!....
Thanks in advance,
Ryan.
I have a main form (frmclients) which contains all of a clients info. Within this form there are various pages, one of which contains all of the clients insurance policies. This page is simply a subform (frmpolicy) inserted into the main form. You can navigate the clients policies using the arrows to tab from policy to policy.
However, I'm interested in attempting to add a new policy to the client through code. What I need is some type of control button, that when pushed, will create a new record within this subform...
How do I do this (i.e what does the code look like). I need it to basically say 'create new record under forms!frmclients!subformpolicies!....
Thanks in advance,
Ryan.