alain Posted November 21, 2001 Posted November 21, 2001 I have a value list that represent cause codes ex: ORD1, ORD2, MFG1, MFG2. Each code has a different meaning. Is it possible to have a drop down list that would include the cause code and show the meaning of the code but when selected would only leave the code as the data? In access this feature is caused a "combo box". Alain
The Bridge Posted November 22, 2001 Posted November 22, 2001 quote: Originally posted by alain: I have a value list that represent cause codes ex: ORD1, ORD2, MFG1, MFG2. Each code has a different meaning. Is it possible to have a drop down list that would include the cause code and show the meaning of the code but when selected would only leave the code as the data? In access this feature is caused a "combo box". Alain You can try something like this: Create a Cause Code database, e.g. codes.fp5 Fields: Cause_Code, Meaning In your "master" database, define the value list to show values from the Cause_Code field in codes.fp5. There is an option to "also show values from..." another field. This second value will not be entered into the field in the master database when selected from a value list
Recommended Posts
This topic is 8404 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now