I have been trying for some time to resolve an issue with no luck.Let me show an example.
(existingTABLE):
First name Last name customer# payment received
john smith 1234 yes
mary jones 5678 no
(new table
First name Last name customer# address phone #
I want to have a form (or whatever) where I can fill in a customer# or last name, etc and it will AUTOMATICALLY complete the rest of the info we have from the existing table. So if I put in 1234, the 1st and last name will fill in and I only have to add say the phone and address.
The idea is that when new info is received like phone number and address, we don't have to re-enter what we already have
This may be a lousy example of what we are doing but no we can't just use the exisitng table and add new fields. The fact is that we have a substantial database with there is some over lap but the new data is unrelated to the old data
(existingTABLE):
First name Last name customer# payment received
john smith 1234 yes
mary jones 5678 no
(new table
First name Last name customer# address phone #
I want to have a form (or whatever) where I can fill in a customer# or last name, etc and it will AUTOMATICALLY complete the rest of the info we have from the existing table. So if I put in 1234, the 1st and last name will fill in and I only have to add say the phone and address.
The idea is that when new info is received like phone number and address, we don't have to re-enter what we already have
This may be a lousy example of what we are doing but no we can't just use the exisitng table and add new fields. The fact is that we have a substantial database with there is some over lap but the new data is unrelated to the old data