J
Jeff
What am I missing
2 Tables - "Loan Data" and "Lock Data"
Both tables have Loan Number as a key, but not a primary
key....indexed but no duplicates.
I have created a relationship between the two tables,
linking "Loan Number".
What I am trying to accomplish is allowing a loan number
entry into the Lock Data Table for any loan number, but
if the loan number already exists in the Loan Data Table,
pull the fields from that record into the like fields in
the Lock Data Table, and then also pass back a date from
the Lock Data Table to the Loan Data Table and update the
field for that record in the Loan Data Table.
Hopefully this doesn't require programming..........
2 Tables - "Loan Data" and "Lock Data"
Both tables have Loan Number as a key, but not a primary
key....indexed but no duplicates.
I have created a relationship between the two tables,
linking "Loan Number".
What I am trying to accomplish is allowing a loan number
entry into the Lock Data Table for any loan number, but
if the loan number already exists in the Loan Data Table,
pull the fields from that record into the like fields in
the Lock Data Table, and then also pass back a date from
the Lock Data Table to the Loan Data Table and update the
field for that record in the Loan Data Table.
Hopefully this doesn't require programming..........