P
paduanow
I have 2 tables Client_Info and Inquiry
Client_Info table stores Client ID and other information about the client.
There is one record in this table.
Once the client inputs information into the table, he clicks the save and
exit button and closes the form and table. At this point, I want to change
the DefaultValue in table "Inquiry", field "Claimant ID" to equal table
"Client_Info", field "ClientID". I tried
Inquiry.[Claimant ID].DefaultValue = Client_Info.ClientID
Client_Info table stores Client ID and other information about the client.
There is one record in this table.
Once the client inputs information into the table, he clicks the save and
exit button and closes the form and table. At this point, I want to change
the DefaultValue in table "Inquiry", field "Claimant ID" to equal table
"Client_Info", field "ClientID". I tried
Inquiry.[Claimant ID].DefaultValue = Client_Info.ClientID