E
Emma
Hello I am trying to create a form which gathers information from two tables
and writes to the second table.
The first table holds alot of data including the Client ID, Last Name, First
Name, etc..
I created an empty second table which holds ID, Client ID, Date, Text, etc..
I want to pull the Client ID, Last Name and First Name from the first main
form which uses the first table to the second popup form which will display
Client ID, Last Name, First Name and allow the user to enter the Data and
Text etc.. which will be saved to the second table. Also I created a query
which pulls the information from the first and second tables. So it displays
the correct information if it's in the second table. However if the
information isn't in the second table a blank form comes up. Unfortunately,
I'm only able to read from the second table and can not write to it. Any
ideas how I can improve this?
and writes to the second table.
The first table holds alot of data including the Client ID, Last Name, First
Name, etc..
I created an empty second table which holds ID, Client ID, Date, Text, etc..
I want to pull the Client ID, Last Name and First Name from the first main
form which uses the first table to the second popup form which will display
Client ID, Last Name, First Name and allow the user to enter the Data and
Text etc.. which will be saved to the second table. Also I created a query
which pulls the information from the first and second tables. So it displays
the correct information if it's in the second table. However if the
information isn't in the second table a blank form comes up. Unfortunately,
I'm only able to read from the second table and can not write to it. Any
ideas how I can improve this?