rhernand
Registered User.
- Local time
- Today, 02:40
- Joined
- Mar 28, 2003
- Messages
- 96
I have two tables.
Pacient- Holds Name, etc. Key is CustomerId defined as AutoNumber.
PacientVisits - Mulitple records per Pacient. Key is CustomerID defined as Number.
I display Pacient data on Pacients Form and Click on Button to bring up PacientVisits records on another Visits Form. If a new Pacient, no records are displayed on Visits Form.
I want to fill out the Visits Form and append to PacientVisits table. I fill out all the data fields, but display the CustomerId from the Pacient table.
When I append the record, the CustomerId is not appended.
Pacient- Holds Name, etc. Key is CustomerId defined as AutoNumber.
PacientVisits - Mulitple records per Pacient. Key is CustomerID defined as Number.
I display Pacient data on Pacients Form and Click on Button to bring up PacientVisits records on another Visits Form. If a new Pacient, no records are displayed on Visits Form.
I want to fill out the Visits Form and append to PacientVisits table. I fill out all the data fields, but display the CustomerId from the Pacient table.
When I append the record, the CustomerId is not appended.