I
Isidore
I have two two tables: CLIENTS and VISITS.
CLIENTS contains client contact info. Key field is ClientID.
VISITS contains information about meetings I have with clients. Each
meeting gets one record. Key field in ClientDetailsID. It has a
ClientID field, by which it is related to CLIENTS in a one (CLIENTS)
to many (VISITS) relationship.
I created a form for each of these tables. My problem: How can I get
each new record I make in the VISITS table to automatically pick up
the ClientID from the CLIENTS table? I've tried many ways of doing
this with no luck and it's driving me batty because I know this should
be easy.
Can anyone explain the process clearly, or point me to someplace with
instructions that are friendlier than Microsoft's? Any help would be
greatly appreciated.
Thanks in advance,
Isidore
CLIENTS contains client contact info. Key field is ClientID.
VISITS contains information about meetings I have with clients. Each
meeting gets one record. Key field in ClientDetailsID. It has a
ClientID field, by which it is related to CLIENTS in a one (CLIENTS)
to many (VISITS) relationship.
I created a form for each of these tables. My problem: How can I get
each new record I make in the VISITS table to automatically pick up
the ClientID from the CLIENTS table? I've tried many ways of doing
this with no luck and it's driving me batty because I know this should
be easy.
Can anyone explain the process clearly, or point me to someplace with
instructions that are friendlier than Microsoft's? Any help would be
greatly appreciated.
Thanks in advance,
Isidore