G
Guest
Hi,
I have 4 unbound combo boxes that limit the records I want to display, I
have them working for a new form, but would like to display the info in a
subform when a button called See_Schedule is clicked. Right now I have a
series of if statements that builds the appropriate stLinkCriteria before the
line:
DoCmd.OpenForm stDocName, , , stLinkCriteria
How can I use the same logic to link to a subform??
Lisa
I have 4 unbound combo boxes that limit the records I want to display, I
have them working for a new form, but would like to display the info in a
subform when a button called See_Schedule is clicked. Right now I have a
series of if statements that builds the appropriate stLinkCriteria before the
line:
DoCmd.OpenForm stDocName, , , stLinkCriteria
How can I use the same logic to link to a subform??
Lisa