Search results

  1. J

    Form Load New Record not working

    I am using Access 2010. I have setup a Navigation form (Navigation) and several subforms. On one form, Create New FP Sample, I have entered the following code to have it load a new record. Private Sub Form_Load() DoCmd.GoToRecord , , acNewRec End Sub However, when I open the database, this...
  2. J

    Auto fill Date when Yes/No field is True

    I'm having a problem in Access 2010. I have only been using Access about 6 months and know nothing about programming VBA or SQL code. I have looked through the Macros and Expressions but I'm not very good with those yet and haven't found anything that looks like what I want. I have a table...
Back
Top Bottom