Search results

  1. M

    Form and Sub-Form Problem

    I am using Access 2003 to try to make a small database example to play with for a later bigger project. Here is how the database is set up: tblProject -fldProjPK -fldProjNum -fldProjNam -fldProjContNum tblIntermediate -fldIntPK -fldIntProjFK1 -fldIntProjFK2 tblProject_1 This is a virtual...
  2. M

    Requery or limit the number of records on a form

    I have a problem that I have searched but I have not quite found an answer yet. I have Access 2003. In the database I have a form with a tab control of two tabbed forms. One form is a justified form that I am using to just enter data and it's record source is linked to a table. The other...
  3. M

    Hiding a Save Command Button

    I am trying to make a save command button only appear on my form if the data on the form has been changed. I also want to be able to force the user to have to use that command button before he/she continues. I have tried the "On Dirty" event with no luck. Would anyone be able to assist me...
  4. M

    Question Saving data other than in tables

    I am creating a database using Access 2003 at work. I want to be able to create a place where I can temporarily place data that I have worked on in a form, edit it but not place it permantly into the table until I tell it too. I believe that this is something that FoxPro does. I am making...
Back
Top Bottom