Search results

  1. P

    After Update on form selecting wrong record.

    I am running into a problem with a form with a List box that has and after update event. The frmTraining System has a command button for ading records that opens a pop-up form with a new record entry. You enter the new record and click ok and that closes the form and does a requery on the list...
  2. P

    Duplicate entries.

    If I have a form that sources a tbl and one of the commands of the form enters new records into that tbl...how can I prevent duplicate data from being entered into the table.
  3. P

    Opening form with preselected record.

    Assume the following frmTrainingSystem tblTrainingSystem frmEditTrainingSystem cmdEditTrainingSystem lstTrainingSystem frmTrainingSystem has as its source tblTrainingSystem it also has a list box in it (lstTrainingSystem) which lists all of the available training systems from the table...
  4. P

    Help with requery

    That worked perfectly...THANKS!!!
  5. P

    Help with requery

    I have a form which has a list box with four buttons. The list box is based on a query and it displays a list of possible Training Systems. The Add button obviously represent different command structures. Now if the user click on Add a small form opens up with a blank field. The user...
Back
Top Bottom