Hi All,
I’m new to MS Access (have some VBA experience but no SQL) and have a question related to Forms.
I have two combo box fields (Exchange & Future) in a form, both drawing data from the same Table (Product Details).
Users (in the form) first select values in Exchange and then in Future.
The Product Details Table contains data about different types of futures and the respective exchanges they are traded on. More than one future can be traded on a single market; thus Future accepts multiple values.
My target is to achieve the following:
Once I select a specific market in Exchange I would like combo box Future to list values related to that specific exchange only. I.e. If I select CBOT as my exchange, I would like to see only CBOT related futures in the Future drop-down list.
Any help will be most appreciated!
I’m new to MS Access (have some VBA experience but no SQL) and have a question related to Forms.
I have two combo box fields (Exchange & Future) in a form, both drawing data from the same Table (Product Details).
Users (in the form) first select values in Exchange and then in Future.
The Product Details Table contains data about different types of futures and the respective exchanges they are traded on. More than one future can be traded on a single market; thus Future accepts multiple values.
My target is to achieve the following:
Once I select a specific market in Exchange I would like combo box Future to list values related to that specific exchange only. I.e. If I select CBOT as my exchange, I would like to see only CBOT related futures in the Future drop-down list.
Any help will be most appreciated!