mathac Posted October 6, 2010 Posted October 6, 2010 Hi, I have: two tables, A the data file containing the records & B the options file. On Table B 1. drop down list-Companies 2. 2nd drop down with the items. The second list depends on the company chosen from first list. This works fine. I need to then have the cost of the particular item chosen automatically appear in the field for "Cost". Does anyone know how to describe how to do this? M
bcooney Posted October 6, 2010 Posted October 6, 2010 I would have a Cost field in Table B lookup the Cost of the Item using a relationship to Items by ItemID. Be sure to relate your records using IDs not text values. For example, you say that in "TableB" you have a drop down list of Companies. That doesn't sound very good, because it suggests that you are storing a company name rather than a companyID in TableB.
mathac Posted October 7, 2010 Author Posted October 7, 2010 Thanks so much. It sounds very simple. I will give it a try M
Recommended Posts
This topic is 5162 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