S
slowlygettingthehangofit
Hi: I have one form called Participants and have a button that when clicked
takes me to a registration form. I would like it to carry over some
information from the participants form, open a new record in the registration
form. This is the code I have for my register button:
DoCmd.Close (which closes the participant form)
DoCmd.OpenForm "frmRegistrations", acNormal
DoCmd.GoToRecord , , acNewRec
When I click the register button it takes me to the registration form but it
does not seem to be adding a new record.
Can anyone please tell me what I am missing???? Thanks muchly!!!
takes me to a registration form. I would like it to carry over some
information from the participants form, open a new record in the registration
form. This is the code I have for my register button:
DoCmd.Close (which closes the participant form)
DoCmd.OpenForm "frmRegistrations", acNormal
DoCmd.GoToRecord , , acNewRec
When I click the register button it takes me to the registration form but it
does not seem to be adding a new record.
Can anyone please tell me what I am missing???? Thanks muchly!!!