Search results

  1. L

    Query by form

    Thank you in advance. I have been searching the forum with no answers. Here is the situation. I am running a query based on 4 different criteria on my form entered by the user (Company Name, Business Title, First Name and/or Last Name). The user can choose any of the four criteria to run...
  2. L

    Double Click Listbox to Textbox

    I have created a form that when a user enters a keyword a list of ordinances is listed in the listbox. On the bottom of the form is a textbox. I would like that when a user double clicks an ordinance in the listbox (lstordinance) it is displayed in the textbox (txtordinfo). Because when the...
  3. L

    Search Command

    I am getting the error "object required" when I click the search button. However when i change from design view to form view the keyword that was in the textbox is searched and the correct items are displayed. Here is sample of my code. Any suggestions would be helpful. Liberti Private Sub...
  4. L

    Query Language

    How can I base a query on a keyword input by the user. I have code in the criteria field however it is unsuccessful. Here it is Like [frmOrdinanceInfo] & "'*" & [txtKeyword] & "'*" Is this proper?
  5. L

    Keyword Search to Listbox

    I am doing my first Internship and I have built a database of city ordinances. I have created a form that allows my users to enter a keyword to search by. I have this connected to a query but upon opening the form the keyword is asked, I would like the user to be in the form when they enter...
Back
Top Bottom