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: *

  1. Centauri117

    Updating .mdb and .mde databases simultaneously.

    I am hoping that there is a way to update the .mdb and .mde databases simultaneously. The reason for creating the .mde file is so that the people that will be using my database won't have the opportunity, or chance, to accidentally mess it up. I only want them to be able to get into the forms...
  2. Centauri117

    Query Parameters

    I have many columns of data in a Table and I want to search for Records that have a couple of unique characteristics to them. Say I want to search for Records that contain certain values from two different Columns in the Table, how can I display a Report that contains all of the Records that...
  3. Centauri117

    Password Inputmask on an Inputbox

    I wrote some code to password protect a button on my database that locks/unlocks textboxes. What I want to happen now is that when a person types in the password, I'd like to have the password type in asteriks(*) instead of displaying what their password is. It is easy to do on a textbox but...
  4. Centauri117

    Saving Records

    What I'm trying to do is to keep my database from saving records automatically. I'd like to have a SAVE button so that when a person adds a record, they have to click that button to have the database save it. Currently, as soon as something is typed into a field it is recorded. The default...
  5. Centauri117

    Combo Boxes

    I have two tables the first table holds records about customers. The second table has records about the customers history. I am trying to use a combo box to pull up a record about a customer. When a customer is selected I need the sub form, or second table, to list all the records about that...

Part and Inventory Search

Back
Top