Search results

  1. M

    validation

    Need a a validation rule to allow only "a" or "p" to be entered as data into the relevant fields, can someone help?
  2. M

    Query Validation

    I am using a parameter query to return the data of an animal, the user will type in the animal ID and the query will return all the data about the animal. This works perfectly. However at the moment if the user inputs an incorrect animal ID the database just returns a blank query. I would like...
  3. M

    Validation checks on new records

    I have a table of animals each with a unique ear mark. I also have a table of vaccination records. When adding new records to the vaccination table via a form i would like a validation check on weather the animal actually appears in the animal table or not with an appropriate error message...
  4. M

    Adding a new record

    This may seem basic but I need some help. I have a table of vacinations and need to add a new record every time an animal is vacinated. I have created a form with all the fields in the table in it. But when I open it it takes me to the first record. I have had to add a button to the form to add...
  5. M

    Last date querry

    I have a table which contains vaccination history data. It includes animal ID, vaccination date and vaccination ID. Each animal will have several vaccinations over its life time. I need to run a querry that will only look at the last vaccination the animal has recieved to see it has been more...
Back
Top Bottom