S
Slej
I've been trying to resolve this problem for weeks and I
haven't been successful. I have a main form
(PARTICIPANTS) with a subform (REGISTRATIONS). I need to
add 12 command buttons to the REGISTRATIONS form. Each
button opens a unique form. The forms the buttons open
need to set the value of four fields (PARTICIPANT ID,
REGISTRATION ID, FIRST NAME, & LAST NAME) equal to the
value from the REGISTRATION form.
For example: John Doe has a participant ID = 110. He is
registered in Event A with a registration ID of 20. It
is now time to enter the results of Test 1 for John Doe
for this particular event - Event A (with the
registration ID of 20). The button on the REGISTRATIONS
form that will call the TEST 1 form needs to populate its
PARTICIPANT ID, REGISTRATION ID, FIRST NAME, & LAST NAME
fields with the same information from the preceeding
registration form (that is: participant ID = 110,
registration ID = 20, first name = John, and last name =
Doe). I have the control source for these controls set
to be equal to that in the REGISTRATIONS table but that
doesn't seem to work.
It seems like there should be a simple way to do this but
I can't figure it out. Thank you.
- Sharon
haven't been successful. I have a main form
(PARTICIPANTS) with a subform (REGISTRATIONS). I need to
add 12 command buttons to the REGISTRATIONS form. Each
button opens a unique form. The forms the buttons open
need to set the value of four fields (PARTICIPANT ID,
REGISTRATION ID, FIRST NAME, & LAST NAME) equal to the
value from the REGISTRATION form.
For example: John Doe has a participant ID = 110. He is
registered in Event A with a registration ID of 20. It
is now time to enter the results of Test 1 for John Doe
for this particular event - Event A (with the
registration ID of 20). The button on the REGISTRATIONS
form that will call the TEST 1 form needs to populate its
PARTICIPANT ID, REGISTRATION ID, FIRST NAME, & LAST NAME
fields with the same information from the preceeding
registration form (that is: participant ID = 110,
registration ID = 20, first name = John, and last name =
Doe). I have the control source for these controls set
to be equal to that in the REGISTRATIONS table but that
doesn't seem to work.
It seems like there should be a simple way to do this but
I can't figure it out. Thank you.
- Sharon