Hi,
How can I have for one command button to open a form by searching for data in two or more text boxes or fields from one main combo box?
Here's what I am facing for instance:
stLinkCriteria = "[Color]=" & "'" & Me![Combocolors] & "'"
Is there a way were I can add [color2], [color3], etc to the above code ?
I thank anyone who can help me find a solution to this predicament.
Thanks a bunch,
Gio
How can I have for one command button to open a form by searching for data in two or more text boxes or fields from one main combo box?
Here's what I am facing for instance:
stLinkCriteria = "[Color]=" & "'" & Me![Combocolors] & "'"
Is there a way were I can add [color2], [color3], etc to the above code ?
I thank anyone who can help me find a solution to this predicament.
Thanks a bunch,
Gio