S
Steph
I have a form (AddInsertionOrder) that allows a user to
create a new insertion orders. It is connected to the
InsertionOrders table. One of the fields requires the
user to enter the name of a billable client. I have set
up a combo box to list existing Billable Client names from
another table, BillableClients. If the user does not see
the client they need on that list, I have added a button
to the AddInsertionOrder form that, when the user clicks
on it, it opens a form allowing them to add a new billable
client. This form (AddBillClient) is connected to the
BillableClients table. The user fills out the Billable
Client name, address, phone, etc. and saves the new
billable client info in the BillableClients table.
Here's my problem: Once they save that new Billable
Client, and they go back to the AddInsertionOrder form,
the new Billable Client name does not show up on the combo
box list. Help!
Thanks in advance, Steph
create a new insertion orders. It is connected to the
InsertionOrders table. One of the fields requires the
user to enter the name of a billable client. I have set
up a combo box to list existing Billable Client names from
another table, BillableClients. If the user does not see
the client they need on that list, I have added a button
to the AddInsertionOrder form that, when the user clicks
on it, it opens a form allowing them to add a new billable
client. This form (AddBillClient) is connected to the
BillableClients table. The user fills out the Billable
Client name, address, phone, etc. and saves the new
billable client info in the BillableClients table.
Here's my problem: Once they save that new Billable
Client, and they go back to the AddInsertionOrder form,
the new Billable Client name does not show up on the combo
box list. Help!
Thanks in advance, Steph