G
Guest
I have the following line of code for a criteria statement when opening a form
currentAppt = ("AppointmentID= " & Me.AppointmentID) & Me.LSNeeded >
The report opens without regard to the above criteria statement. How can I open the report only when there is a match
on AppointmentID and ME.LsNeeded>0
Thanks so much for your help
SM
currentAppt = ("AppointmentID= " & Me.AppointmentID) & Me.LSNeeded >
The report opens without regard to the above criteria statement. How can I open the report only when there is a match
on AppointmentID and ME.LsNeeded>0
Thanks so much for your help
SM