It’s been a few years since I have worked with MS Access so please forgive my newbeeness.
I am trying something very simple and I have done it before but for the life of me, I can’t remember how. I have searched for over a week and just can’t seem to make it stick in my head.
Here is my last attempt:
I have a table tblTQdb which will store all the records created by users.
I have another table tblResolution from where data will be pulled.
My goal is to create an FAQ database for users throughout the office
I want to create a form with several combo boxes.
Box one asks “What system?” This data will come from column 1 of my tblResolution (Need to do this without duplicates)
Box two asks “What Component?” This data must come from the result of the first selection.
I have tried to create a query which is run AfterUpdate of the first combo box.
Then I took the second combo box and pulled the data from that query.
This worked great for the first selection but if the user changed their mind, it would not update the second combo box.
Example is, if a user selects hardware as the system, the component will only give hardware options such as keyboard, mouse, monitor …
If the user changes their mind and selects software, the Component box still gives them the hardware selections.
Further to this, I want the third combo box to rely on the second combo box.
Are there any samples on here? I have looked and googled this with no success.
Any help is greatly appreciated and thank you in advance.
I am trying something very simple and I have done it before but for the life of me, I can’t remember how. I have searched for over a week and just can’t seem to make it stick in my head.
Here is my last attempt:
I have a table tblTQdb which will store all the records created by users.
I have another table tblResolution from where data will be pulled.
My goal is to create an FAQ database for users throughout the office
I want to create a form with several combo boxes.
Box one asks “What system?” This data will come from column 1 of my tblResolution (Need to do this without duplicates)
Box two asks “What Component?” This data must come from the result of the first selection.
I have tried to create a query which is run AfterUpdate of the first combo box.
Then I took the second combo box and pulled the data from that query.
This worked great for the first selection but if the user changed their mind, it would not update the second combo box.
Example is, if a user selects hardware as the system, the component will only give hardware options such as keyboard, mouse, monitor …
If the user changes their mind and selects software, the Component box still gives them the hardware selections.
Further to this, I want the third combo box to rely on the second combo box.
Are there any samples on here? I have looked and googled this with no success.
Any help is greatly appreciated and thank you in advance.