J
John
I have two tables, Clients and Activity. The Client
tables contains all personal data and the Activity table
contain case notes, etc. for each session with the client
(there are many sessions with each client). I have a one
to many relationship set up between the Client table and
the Activity table. The primary key on both tables is the
clients social security number. On the Activity Form, I
want to pull Name, Address, etc. from the Client tables
when a SSN is entered. That information, along with the
session case notes, dates, etc. I would like retained in
the Activity table when the case note is saved.
I have tried Dlookup but continue to be getting error
messages. Any help would be appreciated.
Thanks,
John
tables contains all personal data and the Activity table
contain case notes, etc. for each session with the client
(there are many sessions with each client). I have a one
to many relationship set up between the Client table and
the Activity table. The primary key on both tables is the
clients social security number. On the Activity Form, I
want to pull Name, Address, etc. from the Client tables
when a SSN is entered. That information, along with the
session case notes, dates, etc. I would like retained in
the Activity table when the case note is saved.
I have tried Dlookup but continue to be getting error
messages. Any help would be appreciated.
Thanks,
John