Hi,
I am a new access developer. I am trying to have several links in my database with Job Names. Once the user clicks each he can be directed to each jobs information.
My VBA code is this in a procedure that accepts the JobID as a varArg ;
DoCmd.OpenForm strFormName, acNormal, , "[JobID] = "...