Milothicus
Registered User.
- Local time
- Today, 23:12
- Joined
- Sep 24, 2004
- Messages
- 134
I'm a newbie. i've been browsing the forum for a while now and it's been really helpful, but i can't quite get around what i'm trying to do now without asking specific questions.
This seems like it's a pretty basic problem for access:
I have a table (Client_info) that has a clients' names, address, etc. and a client_ID field.
I have another table that has Inquiries on it. it also has a client_ID field which is linked to the client_ID on the client_info table.
what i want is a form that allows info entry for a new inquiry including client info, but will auto populate the fields if a client is a return client. i thought using the client_ID made sense, but it's strictly an internal reference. do i really need it? can i make the client name the primary key?
any advice? am i missing something obvious?
This seems like it's a pretty basic problem for access:
I have a table (Client_info) that has a clients' names, address, etc. and a client_ID field.
I have another table that has Inquiries on it. it also has a client_ID field which is linked to the client_ID on the client_info table.
what i want is a form that allows info entry for a new inquiry including client info, but will auto populate the fields if a client is a return client. i thought using the client_ID made sense, but it's strictly an internal reference. do i really need it? can i make the client name the primary key?
any advice? am i missing something obvious?