Search results

  1. R

    Run-time error 94: Invalid Use of Null

    I'm not exactly sure what you mean by "set" and "defined" -- however, here is the code for launching the Student Intake form from the Student form. I want to link the records by matching the SSN (in the Student form) and the StudentId (in the Student Intake form)...
  2. R

    Run-time error 94: Invalid Use of Null

    The highlighted line is: SName = DLookup("SName", "Students", "SSN='" & StudentId & "'")
  3. R

    Run-time error 94: Invalid Use of Null

    Hi, every time I try to open a form that is linked to another form, I get the "run-time error 94: invalid use of null" message. Below is the code that pops up when I click "debug". Can anyone figure out why I keep getting this message and how I can fix it? Much thanks...
Back
Top Bottom