Hi,
Can I use wild-card in the OpenForm's WhereCondition? I've tried this but doesn't work:
DoCmd.OpenForm("Form_Name", , , "First_Name = 'Alan*'")
I want the form to show all the records having "First_Name" starting with "Alan"
please help!
Thanks in advance.
Can I use wild-card in the OpenForm's WhereCondition? I've tried this but doesn't work:
DoCmd.OpenForm("Form_Name", , , "First_Name = 'Alan*'")
I want the form to show all the records having "First_Name" starting with "Alan"
please help!
Thanks in advance.