Hi all,
I'm sure there is an easy way to do this but I sure can't figure it out (hence you probably will notice I don't know how to write code). I have 1 form with 2 other subforms all related by an ID number. I would like to add a button on the form that will allow me to create a new record for the main form and the two subforms. The name of the main form is "Admission Table" and the two subforms are "Admission Urgent/Emergent Subform" and "D/C to HR form" if that helps. I'm using Access 97 as well. I figure I will have to put a command button in and on click event procedure will be involved but I just don't know what to put inbetween the:
Private Sub Command_Click()
End Sub
First of all, am i right about the code? if not, how can I do this. If so, please help me out with the code!
Thanks a bunch!
Andy
I'm sure there is an easy way to do this but I sure can't figure it out (hence you probably will notice I don't know how to write code). I have 1 form with 2 other subforms all related by an ID number. I would like to add a button on the form that will allow me to create a new record for the main form and the two subforms. The name of the main form is "Admission Table" and the two subforms are "Admission Urgent/Emergent Subform" and "D/C to HR form" if that helps. I'm using Access 97 as well. I figure I will have to put a command button in and on click event procedure will be involved but I just don't know what to put inbetween the:
Private Sub Command_Click()
End Sub
First of all, am i right about the code? if not, how can I do this. If so, please help me out with the code!
Thanks a bunch!
Andy