Search results

  1. T

    Error when running a macro

    I have a macro that copies information from one form and pastes it in another form. It does so well but I also get this error message: What does it mean and what can I do to prevent it? Thanks
  2. T

    Age validation

    thanks very much that works fine
  3. T

    Age validation

    Hi I have a field for date of birth, however I want to make sure that the person is older than 17. This is what I have at the moment but it doesn't seem to work: So what's the best way to do it? Can you help me?
  4. T

    one form for multiple tables

    I have the following form: The far right drop down menu has thee values, 1,2, and 3 I want it so that if you select 1 it instert the data into table 1 If you select 2 it inserts the data into table 2 etc Also how can I replace member number with the acctual member number if its booked for...
  5. T

    compound key

    OK how would i search them if i want to see if that specific time (date+time) is booked?
  6. T

    compound key

    what i mean is to have a coloumn called ID which has the values of date and time which will be entered by a textbox in a form
  7. T

    compound key

    hi I am creating a table that will be used for bookings of a court. I would like to creat a compound key that will be a mixture of the date and time the court is booked for. This will make it impossible to book the same court at the same time of the same date. How can I do that? this is...
Back
Top Bottom