Newbies Rick Lane Posted April 9, 2010 Newbies Posted April 9, 2010 Experienced Access Convert due to current employer purchasing FM, needing help with what is a 30sec task in Access, but has so far consumed three hours of my life in FM. The DB I am creating is for Inventory Control. One of the aspects I am having trouble with is Storage Areas and Locations. I have in my item table ´inventory_items´ a field called ´Storage Area´ which is populated with a drop down, that pulls values from another table called ´SA´, values XYZ. I have another field ´Storage Location´, which is also a drop down, but needs to populate with values ABC if X is chosen in the previous drop down - and DEF if Y etc. My question is how the heck do I do it?
TheTominator Posted April 9, 2010 Posted April 9, 2010 Maybe this will help. You didn't specify if the Storage Location values to be chosen are coming from a new Storage Location table (SL) or are a static set of values. Assuming that the values are coming from another table that defines which ones are associated with which Storage Areas, the following example may be what you seek. ConditionalValueList_fp7.zip
Newbies Rick Lane Posted April 9, 2010 Author Newbies Posted April 9, 2010 Thank you very much, perfection! You are correct in presuming it is within another table.
Recommended Posts
This topic is 5411 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