Search results

  1. B

    Error 3162 - "You tried to assign the Null value"

    You tried to assign the Null value to a variable that is not a Variant data type. (Error 3162) You tried to assign a Null value to a variable that is not a Variant data type. Use the Dim statement to declare the variable as a Variant, and then try the operation again. Here's the...
  2. B

    Access 2003-you must save the current field before you run the requery action

    I had the following code in 2000. Recently updated to 2003. Now when you enter information you get "you must save the current field before you run the requery action" If IsLoaded("frmProperties") Then...
Back
Top Bottom