Hi All,
I am having some trouble with my OpenForm Where clause. I am using version 2003 and have a form with a client record on it. Need to get the Client Cases from another form, so have set up this code:
What have I overlooked? (I know, probably something obvious)!
Thanks for all your help,
LM
I am having some trouble with my OpenForm Where clause. I am using version 2003 and have a form with a client record on it. Need to get the Client Cases from another form, so have set up this code:
Code:
DoCmd.OpenForm "frmClientCaseList", acNormal, , Forms![frmClientCaseList].[lngClientID] = Me.lngClientID
What have I overlooked? (I know, probably something obvious)!
Thanks for all your help,
LM