Search results

  1. M

    Simple date edit

    I have a form where I enter a date. I am using an input mask of 99/99/0000;0;_ The data type on the table is short date. It allows me to enter any numbers in this format, but I want to perform a date edit to ensure the value entered is a valid date. Is there a way to do this via form properties?
  2. M

    Form does not allow adding new records

    I am new to Access and trying to figure out why a form has the ">*" button disabled so that new records can not be added via the form. I would like to change the form to allow adding new records. What property do I change to activate the ">*" button? I looked and the form property data tab has...
  3. M

    multiple queries from a single form

    I want to be able to execute specific queries based upon which fields in the form have data in them. Assume I have 3 fields - WR nbr, Topic, & date. If I fill in a WR nbr & date I want to look up that WR for that date. If I fill in a Topic & date, I want to look up that topic for that date. If...
Back
Top Bottom