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

Search results for query: *

  • Users: wdennis
  • Content: Threads
  • Order by date
  1. wdennis

    Searching recordset using Criteria not working

    Hi<br><br>I've got a problem searching a recordset using a text field as criteria. The field I need to search on is a number appended by a dash to another number, like so:&nbsp;&nbsp;100238-11.&nbsp;&nbsp;When I use filter by form, the criteria appears as: &quot;100023811&quot; with the quotes...
  2. wdennis

    Setting focus on controls on forms from VBA functions

    I've written the following routine which I call from the click event of an OK button on a custom dialog form:<br><br>Function UseDialog(strNameDialog As String, ctlText As Control)<br><br>'This procedure insures that the user has entered a project<br>'number into the text box named...
  3. wdennis

    How to change a Combo Box into a TextBox

    I have a Combo Box with two columns, an autonumber field(hidden) and a text field, which is bound on the autonumber field.&nbsp;&nbsp;There are six items to choose from in the list.&nbsp;&nbsp;If the 1st item is chosen, a dialog box opens to accept user input to replace what is in the text field...
  4. wdennis

    Control when users may access inventory locations

    I'm designing a database to control an inventory of calibrated parts.&nbsp;&nbsp;The physical inventory is stored in drawers with compartments, each having a unique location number. I need to document where parts are used and when they need to be restocked.&nbsp;&nbsp;In the past, parts have...

Part and Inventory Search

Back
Top