Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations sizbut on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dynamic Queries - Stop parameter popup

Status
Not open for further replies.

damienwjking

Programmer
Jul 11, 2002
26
GB
Hey,
I have a form based on a dynamic parameter query. The problem is I am still getting those anoying parameter popups when I open the form.

The code im using in the query is like this,

LIKE '*' & Form!frmRealSearch![txtFindDivision] & '*'

If I click ok on the the parameter popup it works fine. but I dont want the popup to display.
When the user opens the form I want the sub form to list all contacts and then if they want to can the query they can use the textboxes/combos to update it.

Does anyone know what im doing wrong or how to get rid of those popups.
thanks
 
You can all stop worrying. I just worked out its the syntax in my statement

LIKE '*' & Form!frmRealSearch![txtFindDivision] & '*'

forgot the "S" on FORM!

what a muppet.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top