Code to automatically complete control

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top