Search results

  1. DazedandMuddled

    Problem opening form

    What would cause this?? Hi all After writing my DB to a CD i find that i am unable to open (in view mode) one of the forms. (The form in question is the background colour (no cbo or txt boxes)) Before I burned the CD I did the compact and repair - should I have done anything else...
  2. DazedandMuddled

    Enabling of Buttons on a form

    Quick question (and probably very simple :D ) on a form how can i disable a button when i move to another record. ie. the button is named btnName the function of it is to execute the command DoCmd.GoToRecord , , acNewRec obviously this opens another record but the button is still enabled...
  3. DazedandMuddled

    Too Few Parameters

    Too few parameters?!? Can anyone check this code and tell me where i've gone wrong....please! VBA code is: code:--------------------------------------------------------------------- Private Sub ConfirmBooking_Click() Dim DB As DAO.Database Dim rst As DAO.Recordset Set DB =...
  4. DazedandMuddled

    Preventing duplicate records

    Hi there :D First time posting here so please be gentle! I am creating a booking form for a private flying club. so far i've managed to do everything except 'prevent duplicate bookings' from being stored in booking table. how can i go about preventing bookings from being duplicated (i've...
Back
Top Bottom