N
Nick Mirro
A form has a combo that looks up a service code in tblCPTCodes.
Below this combo is a control that needs to show the Fee from
tblCostByLocale.
tblCPTCodes tblCostByLocale
CPTID CBLID Autonumber
LocalID Foreign
key
CPTID Foreign key
CPTCode Fee
How can I code the "Fee" control with this logic?
Automatically show fee from tblCostByLocale based on CPT code selected in
combo control
Here is the form's query:
http://home.comcast.net/~nickmirro/images/Temporary/Query.gif
Here are the db relationships:
http://home.comcast.net/~nickmirro/images/Temporary/Relationships.pdf
Below this combo is a control that needs to show the Fee from
tblCostByLocale.
tblCPTCodes tblCostByLocale
CPTID CBLID Autonumber
LocalID Foreign
key
CPTID Foreign key
CPTCode Fee
How can I code the "Fee" control with this logic?
Automatically show fee from tblCostByLocale based on CPT code selected in
combo control
Here is the form's query:
http://home.comcast.net/~nickmirro/images/Temporary/Query.gif
Here are the db relationships:
http://home.comcast.net/~nickmirro/images/Temporary/Relationships.pdf