daredevildan25
Registered User.
- Local time
- Yesterday, 19:30
- Joined
- Feb 25, 2003
- Messages
- 27
I am trying to create a helpdesk dbase for my employer, and i have created my tables, and my form. I am trying to get my combo boxes to link together.
CATfldCode
INVfldItem
INVfldMake
INVfldModel
These are the four combo boxes that i am trying to link together.
They should work like this; when the CATfldCode has been selected, it will populate the INVfldItem dropdown with only items relating to the Code that was selected. The user can then choose an item from the list, and then when they have made their choice, the INVfldMake dropdown will populate with only the Make that relates to the item. Once again, the user has a choice between what make they want to choose. Once they have made their choice, the final dropdown INVfldModel will populate with All model numbers relating to the Make that was chosen in the previous dropdown. It sounds like a very difficult task for me to perform, and i don't have that much experience with access. If anyone has any ideas, please let me know.
P.S. I can also provide a sample of the database if it is needed.
ALSO, I HAVE NO CLUE HOW TO DO VBA CODING
I saw some of the other posts, but i don;t understand what they mean
Thanks again
CATfldCode
INVfldItem
INVfldMake
INVfldModel
These are the four combo boxes that i am trying to link together.
They should work like this; when the CATfldCode has been selected, it will populate the INVfldItem dropdown with only items relating to the Code that was selected. The user can then choose an item from the list, and then when they have made their choice, the INVfldMake dropdown will populate with only the Make that relates to the item. Once again, the user has a choice between what make they want to choose. Once they have made their choice, the final dropdown INVfldModel will populate with All model numbers relating to the Make that was chosen in the previous dropdown. It sounds like a very difficult task for me to perform, and i don't have that much experience with access. If anyone has any ideas, please let me know.
P.S. I can also provide a sample of the database if it is needed.
ALSO, I HAVE NO CLUE HOW TO DO VBA CODING
I saw some of the other posts, but i don;t understand what they mean
Thanks again