Here's what I have so far:
The form contains a subform, which draws records from the a form called "Sessions Subform". As you probably know, this form is a datasheet form (a form that looks like a table, which I think is cool), that draws its records from a table called "Sessions".
The Sessions table has a column called "LookupClient". As you probably know, this is a lookup field with a combo box that lets me select a client's "LastName" from the Clients table. (Sessions is the "many", and Clients is the "one").
When I start filling in the subform, everything's fine until I have to select a Client, only to find that the client is not in the database. Up until now, I've been interrupting my work flow in order to open the Client table and add the new client.
Is there any way that I can add a new client to Clients table, directly from the subform?
(I know that some folks frown on lookup fields. If you want me to do away with them, please explain how to keep the same functionality on my subform.)
The form contains a subform, which draws records from the a form called "Sessions Subform". As you probably know, this form is a datasheet form (a form that looks like a table, which I think is cool), that draws its records from a table called "Sessions".
The Sessions table has a column called "LookupClient". As you probably know, this is a lookup field with a combo box that lets me select a client's "LastName" from the Clients table. (Sessions is the "many", and Clients is the "one").
When I start filling in the subform, everything's fine until I have to select a Client, only to find that the client is not in the database. Up until now, I've been interrupting my work flow in order to open the Client table and add the new client.
Is there any way that I can add a new client to Clients table, directly from the subform?
(I know that some folks frown on lookup fields. If you want me to do away with them, please explain how to keep the same functionality on my subform.)