P
P Nahser
I have a combo box that uses data from a table with the fields (setupid,
physician setup, md_PIN). the bound column = 1. The physicians sign on
using their name (signing_md) and PIN (signing_md_pin). thanks to advice
from this website I have...
If signing_md_pin.value = dlookup("md_pin". "[setup table]","[setupid] ="
[signing_md] then ... in the event procedure.
When I try to get the physician name on the report (signing_md) it returns
the physician number (setupid) instead of the name. How do I get the 2nd
column of the combo box to the report?
Thank you.
physician setup, md_PIN). the bound column = 1. The physicians sign on
using their name (signing_md) and PIN (signing_md_pin). thanks to advice
from this website I have...
If signing_md_pin.value = dlookup("md_pin". "[setup table]","[setupid] ="
[signing_md] then ... in the event procedure.
When I try to get the physician name on the report (signing_md) it returns
the physician number (setupid) instead of the name. How do I get the 2nd
column of the combo box to the report?
Thank you.