Search results

  1. 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