I have the following function below.
When I use:
Call ChartAudit(me.PtID, me.PtName, "", "", "","", strNextVisit)
The function doesn't even run. It's just skipped over.
When I use:
Call ChartAudit(me.PID, me.PName, me.Proc, "", "","", strNextVisit)
the function does run.
The only...