romanticode
Registered User.
- Local time
- Tomorrow, 04:36
- Joined
- Oct 26, 2007
- Messages
- 39
i have a text box & a button to filter query, on my text box i have default value. so far i never get my filter work on my query, my filter is combination of dafault value & user input.
for exam; text box dafault value is "AABB" then if user input "123456", then the query will be filtered by "AABB123456". If user doesn't input anything, query will not be filtered or cansidered as "blank" (allthough there's default value).
so far i user Iif fungtion on query.
how can i make this idea work? what code should i place on my query / form?
thanks
for exam; text box dafault value is "AABB" then if user input "123456", then the query will be filtered by "AABB123456". If user doesn't input anything, query will not be filtered or cansidered as "blank" (allthough there's default value).
so far i user Iif fungtion on query.
how can i make this idea work? what code should i place on my query / form?
thanks