daredevildan25
Registered User.
- Local time
- Today, 06:09
- Joined
- Feb 25, 2003
- Messages
- 27
I have Made a query called qryCategoryCode Within it i have four fields
CATfldCode
INVfldItem
INVfldMake
INVfldModel
What i would like to do is arrange it so that when i choose a specific category code, it will only show me the specific item that relates to that code. From the list that shows up in INVfldItem, i can choose a specific item related to that code, and when i do so, the INVfldMake field will populate with items that relate only to the different makes for the specific item. From the list of makes, i would like to be able to choose a specific make, and when i do the INVfldModel field will populate with only models that relate to that specific Make.
this query will be linked to four combo boxes, How Can i do this.
I don't understand alot about SQL, or VBA. I have looked at some of the cascading combo boxes within the forms section, to try and solve my problem, but i don't understand anything with the coding.
please help me
Thanks
I can let someone look at the dbase if needed
CATfldCode
INVfldItem
INVfldMake
INVfldModel
What i would like to do is arrange it so that when i choose a specific category code, it will only show me the specific item that relates to that code. From the list that shows up in INVfldItem, i can choose a specific item related to that code, and when i do so, the INVfldMake field will populate with items that relate only to the different makes for the specific item. From the list of makes, i would like to be able to choose a specific make, and when i do the INVfldModel field will populate with only models that relate to that specific Make.
this query will be linked to four combo boxes, How Can i do this.
I don't understand alot about SQL, or VBA. I have looked at some of the cascading combo boxes within the forms section, to try and solve my problem, but i don't understand anything with the coding.
please help me
Thanks
I can let someone look at the dbase if needed