I'm new to relational databases and even newer to FM7, so forgive me if this comes accross as a total newbie question.
Here's the scenario:
Two tables :
1. 'customer_details' (client ID, client name, address, etc.)
2. 'customer_contacts' (client ID, contact type, time & date, details)
It's a one to many relationship. One 'customer_details' record could have many 'customer_contacts' records associated with it.
Both tables have a common field 'client_ID', which is auto-entered by FM in the 'customer_details' table when a new record is created. Once a new customer record is created, there is button on the 'customer_details' form to take the user to the 'customer_contacts' form where they can create a contact record for that customer.
THE PROBLEM: I want to client_ID field in the 'customer_contacts' table to be auto-populated based on the last client record that the user came from ? I have a one-to-many relationship created between the two 'client_ID' fields in both tables but the field is not auto-populating.
Any suggestions for the newbie would be appreciated, Thanks.