Recent content by harob

  1. H

    Compile error: Invalid use of property

    Hello, yes it was right that I used MenuBar wrong and I use Access 2007.I just started with access and have to translate an existing database. Is there an overview of the words I cannot use? I corrected the error, but now I get the following error: Run-time error '2094': Microsoft cannot...
  2. H

    Compile error: Invalid use of property

    Hello, I am creating a start screen for a database an I get the following error: Compile error: Invalid use of property My code is following: Option Compare Database Option Explicit Private Sub cmdNext_Click() DoCmd.Close acForm, "frmStart", acSaveYes End Sub Private Sub Form_Load()...
Back
Top Bottom