L
LTOSH
I have two tables...
Table 1 = tblClient
cClientID AutoNumber PK
cFirstName
cLastName
(+ plus pther dempgraphic info)
Table 2 = tblClientWorkout
cwClientWorkoutID AutoNumber PK
cw_cClientID
(plus other info)
I have a form based on the tblClient with a command button that is labeled
"Create Workout" that I want to open a form based on the tblClientWorkout. I
want the frm_tblClientWorkout to be connected to that particular clients
name. How do I do this? On the frm_tblClientWork i want the name of the
client at the top(header) of the form. Then the information on body I will
have multiple exercises but all associated with that same client. then I
will create a report from that form to print.
I hope I make sense...I am close but can't seem to get my client name to be
associated with this form.
Thanks!
Table 1 = tblClient
cClientID AutoNumber PK
cFirstName
cLastName
(+ plus pther dempgraphic info)
Table 2 = tblClientWorkout
cwClientWorkoutID AutoNumber PK
cw_cClientID
(plus other info)
I have a form based on the tblClient with a command button that is labeled
"Create Workout" that I want to open a form based on the tblClientWorkout. I
want the frm_tblClientWorkout to be connected to that particular clients
name. How do I do this? On the frm_tblClientWork i want the name of the
client at the top(header) of the form. Then the information on body I will
have multiple exercises but all associated with that same client. then I
will create a report from that form to print.
I hope I make sense...I am close but can't seem to get my client name to be
associated with this form.
Thanks!