Jan 2, 2006 #1 Jahappz Technical User Joined Jun 3, 2002 Messages 133 Location SE I have this form, with a field "data" and i have a query where i have "like forms!menu!data" in if the user types ST in the data field i want to have the question doing ST* as criteria how can i do that?
I have this form, with a field "data" and i have a query where i have "like forms!menu!data" in if the user types ST in the data field i want to have the question doing ST* as criteria how can i do that?
Jan 2, 2006 #2 PHV MIS Joined Nov 8, 2002 Messages 53,708 Location FR Like [Forms]![menu]![data] & '*' Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
Like [Forms]![menu]![data] & '*' Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
Jan 2, 2006 Thread starter #3 Jahappz Technical User Joined Jun 3, 2002 Messages 133 Location SE Works perfect Upvote 0 Downvote