C
ckendricks7
I have a form that pulls up individual client records utilizing a
parameter query as it's Record Source. I want to open a MsgBox if more
than one client record is returned. I know that I can use the DCount
function and a field from the returned data (like the primary key) to
somehow trigger a MsgBox, but I just can't seem to get it to work.
parameter query as it's Record Source. I want to open a MsgBox if more
than one client record is returned. I know that I can use the DCount
function and a field from the returned data (like the primary key) to
somehow trigger a MsgBox, but I just can't seem to get it to work.