G
Guest
I have this query:
SELECT Info.ResId, Info.CurrentVisit
FROM Info
WHERE (((Info.ResId)=[whichId]));
Which gets the ResId and current visit number for a specific ResId
How do I get the CurrentVisit to show up on the form? The ResId is coming
from a text box on the form ResId.
SELECT Info.ResId, Info.CurrentVisit
FROM Info
WHERE (((Info.ResId)=[whichId]));
Which gets the ResId and current visit number for a specific ResId
How do I get the CurrentVisit to show up on the form? The ResId is coming
from a text box on the form ResId.