Search results

  1. K

    Remove "Run Query" status when running query?

    I have a form that calls a query. Everything works fine. When the query is running, the status bar reads "Run Query" and shows the progress meter. Is there anyway to change the "Run Query" text? I know how to use the status bar, but all of my code gets overridden when the query starts. Any...
  2. K

    Remove "Run Query" status when running query?

    I have a form that calls a query. Everything works fine. When the query is running, the status bar reads "Run Query" and shows the progress meter. Is there anyway to change the "Run Query" text? I know how to use the status bar, but all of my code gets overridden when the query starts. Any...
  3. K

    Parameter query using "Or"????

    I got it working based on the article....thanks!
  4. K

    Parameter query using "Or"????

    I am actually pretty experienced in code...and basically...lets say we want to only look at states on the east coast. The user checks a box called East Coast and when they press the button, the code creates a string that looks like "ME" Or "NC" Or "NY" etc....then I populate the text box with...
  5. K

    Parameter query using "Or"????

    I am using 1 text box...can it be done that way?
  6. K

    Parameter query using "Or"????

    I have a simple query that pulls order data. I put in a parameter so the user can choose the state. Works fine. What if I want the user to be able to select mulitple states? When I type in a state then or and then another state it fails. Can somebody please help??
Back
Top Bottom