W
weircolin
Hi
I have a form called Attendee which has a subform called Attended. I
have a button on another form that open the form "Attended" showing
specific data.
stcombo = cboselectevent
DoCmd.OpenForm "Attended", acFormDS, , "[Event] = " & stcombo
Is there anyway I can get the button to open the form "Attendee" and
get the subform "Attended" to show the data I require?
Thanks
Colin
I have a form called Attendee which has a subform called Attended. I
have a button on another form that open the form "Attended" showing
specific data.
stcombo = cboselectevent
DoCmd.OpenForm "Attended", acFormDS, , "[Event] = " & stcombo
Is there anyway I can get the button to open the form "Attendee" and
get the subform "Attended" to show the data I require?
Thanks
Colin