Search results

  1. S

    I normalised some tables and now my search doesnt work.

    Good morning, Here is what I did. I had a perfectly good data entry form setup. The form is capturing information on sailor training, and tblAT contained things like ATdescription, ATDate, ATGainingCmd. I wanted to make sure I normalized ATPlace and ATGainingCmd, since there could be...
  2. S

    Tough Select giving me troubles!(for multi combobox search)

    Hello. I am attempting to design a search that makes use of multiple comboboxes to allow users to select an array of criteria. My present goal is to allow users to search by the following choices, which I'll explain a little more: - paygrade - department PayGrade lives in a table tblPayGrade...
  3. S

    Newbie Question re: "#Deleted"

    Hello, All: I am coming fairly quickly up to speed on Access (I hope), but hit roadblocks from time to time. I researched this question, but was unable to find a definitive answer. I appeal to the Access pros. I am doing some intensive work on a form and deleted a record for the first time...
  4. S

    Making data entry faster on form

    Greetings! Say you are making a database that tracks where clients have gone on vacation. You have a table named 'tblTrip.' tblTrip looks something like [client id (primary key)] [destination] It's keyed by the client id to a table tblClient which has your basic client info. We track...
Top Bottom