Proprius Posted August 9, 2007 Posted August 9, 2007 I have a value list that gets its values from the Name field in the Clients table. In the Clients table, there is also a field Client Number. In a different table, I have a drop down box where the user can select a Name. What I'd like is to have the Client Number for that Name appear in a field in this second table. Do I have to relate these two tables to get this to work or is there another way? Thanks!
Slobey Posted August 10, 2007 Posted August 10, 2007 The easiest way I know is to relate the tables. Although I would recommend using the Client Number for the relationship instead of the Name. Client numbers can be unique, names are not always. For the drop down list, you can use the Client Id field. Set the value list to show the Client ID and click "also display values from second field". the second field would be the name. Then click on sort values using second field. Then your name field can be a lookup or auto enter calc and both fields will be populated.
Recommended Posts
This topic is 6316 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