I am having trouble with finding out how I can populate a combobox based on a selection of another combo box, all controls are on the same form. combobox1(named OS) is unbound and gets its list from a table (OS)
combobox2(Procedure) would be populated with a field from the selected OS table..all the OS tables have the same fields in them but they are all different tables
1 WIN95
2.WIN98
3.WINME
4.WIN2K
5.WINXP
Then when I select the correct procedure a text box would then be populated from another field (notes) from the table
I know how to do this in VB6 but VBA is rather new to me especially in ACCESS. reason I just do not do this in VB is because I am restricted to the tools that are on my workstation at my job.
Any help in this matter is greatly appreciated
Thank You
combobox2(Procedure) would be populated with a field from the selected OS table..all the OS tables have the same fields in them but they are all different tables
1 WIN95
2.WIN98
3.WINME
4.WIN2K
5.WINXP
Then when I select the correct procedure a text box would then be populated from another field (notes) from the table
I know how to do this in VB6 but VBA is rather new to me especially in ACCESS. reason I just do not do this in VB is because I am restricted to the tools that are on my workstation at my job.
Any help in this matter is greatly appreciated
Thank You