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 MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by siouxsiez

  1. siouxsiez

    Referring a query field (w/Like operator) to a text box in a form

    Never mind, it works! I think I filled the query with too much junk playing with allowing null values. When I made it all over again, no problem! Thanks!!!!
  2. siouxsiez

    Referring a query field (w/Like operator) to a text box in a form

    Thanks, Duane, but I tried that and it didn't work. I'm still at a loss. is there any other information I should be giving that might help? s
  3. siouxsiez

    Referring a query field (w/Like operator) to a text box in a form

    Hi, I have created a form where a user can choose from any of 3 combo boxes that run an instant Select query. I want to add two more search options, but make them using text boxes rather than combo boxes. For example, I have a field "author list" that contains one or multiple authors per...
  4. siouxsiez

    SQL-DELETE record from multiple tables referencing ctrl box

    Thanks j! Unfortunately, I get the same object required error. cbodelete uses a 3-column query as its source, of which the Unique ID is only 1... might that be a problem? Sorry, I'm such a novice with VBA. Kate
  5. siouxsiez

    SQL-DELETE record from multiple tables referencing ctrl box

    Hi and advanced thanks... I am trying to set up a command button to delete a single record at a time from 3 tables. The Unique ID (below) is not the primary key but is populated across the tables when a new record is given a Unique ID. cbodelete refers to a combo box where a user can select a...
  6. siouxsiez

    SQL-DELETE record from multiple tables referencing ctrl box

    Hi and advanced thanks... I am trying to set up a command button to delete a single record at a time from 3 tables. The Unique ID (below) is not the primary key but is populated across the tables when a new record is given a Unique ID. cbodelete refers to a combo box where a user can select a...

Part and Inventory Search

Back
Top