MamadouNdaw
Registered User.
- Local time
- Today, 22:44
- Joined
- Nov 14, 2007
- Messages
- 17
I'm sure there are many ways to do this, so I'd like a recommendation as to the best method. First, an overview:
The database revolves around entering transaction data to draw a general picture of all money in and out with regards to a small business. All transactions filter through a main transaction table based on 4 categories: Sales, Inventory Purchases, Capital Transactions, and Expenses.
My main form uses the transaction table as a record source, and contains a subform in the detail section that should correspond to the type of transaction to be entered. Thus, I'm using a combo box on the transaction form which should then filter the data to the appropriate tables.
What I would like to do is have the subform dynamically change each time I select a category in the combo box. I assume this can be done fairly simply by inserting the 4 subforms on separate tabs and just have the control change the current tab, but is is possible to load a new subform into the area on click just for aesthetic and data entry purposes?
I would just like to know the best way to do this whether it be macro, vba, or other with perhaps a description on how to accomplish this. Sorry for not knowing anything about access.
Thanks folks
The database revolves around entering transaction data to draw a general picture of all money in and out with regards to a small business. All transactions filter through a main transaction table based on 4 categories: Sales, Inventory Purchases, Capital Transactions, and Expenses.
My main form uses the transaction table as a record source, and contains a subform in the detail section that should correspond to the type of transaction to be entered. Thus, I'm using a combo box on the transaction form which should then filter the data to the appropriate tables.
What I would like to do is have the subform dynamically change each time I select a category in the combo box. I assume this can be done fairly simply by inserting the 4 subforms on separate tabs and just have the control change the current tab, but is is possible to load a new subform into the area on click just for aesthetic and data entry purposes?
I would just like to know the best way to do this whether it be macro, vba, or other with perhaps a description on how to accomplish this. Sorry for not knowing anything about access.
Thanks folks