R
rookie
I am trying to create a "find patient" box for our company database.
I created an "unbound" combo box in the forms view and went to
"after update" in the properties section to create a macro.
In the "unbound" combo box, I created 3 columns.
Column 1 = Patient Name
Column 2 = MDACC# (also known as patient medical #)
Column 3 = Date (office visit date)
The purpose of the 3 columns combo box is for the user
to open a combo box and select the appropriate person and date to review
it's data. Thus, the combo box will automatically display it's data in the
forms
view.
In the macro under Action, I selected:
GoToControl
Control Name [MDACC#]
FindRecord
Find What =[MDACC#]
Match Whole Field
Match case No
Search All
Search as Formatted No
Only current field Yes
Find First Yes
After doing all this, my "unbound" combo box looks great. However, when
I select the patient names in the combo box the data does NOT change. I know
it's because of my "after update" macro isn't done correctly. PLEASE HELP!!!
thanks,
rookie
I created an "unbound" combo box in the forms view and went to
"after update" in the properties section to create a macro.
In the "unbound" combo box, I created 3 columns.
Column 1 = Patient Name
Column 2 = MDACC# (also known as patient medical #)
Column 3 = Date (office visit date)
The purpose of the 3 columns combo box is for the user
to open a combo box and select the appropriate person and date to review
it's data. Thus, the combo box will automatically display it's data in the
forms
view.
In the macro under Action, I selected:
GoToControl
Control Name [MDACC#]
FindRecord
Find What =[MDACC#]
Match Whole Field
Match case No
Search All
Search as Formatted No
Only current field Yes
Find First Yes
After doing all this, my "unbound" combo box looks great. However, when
I select the patient names in the combo box the data does NOT change. I know
it's because of my "after update" macro isn't done correctly. PLEASE HELP!!!
thanks,
rookie