vranjit138
Board Regular
- Joined
- Dec 18, 2006
- Messages
- 146
- Office Version
- 365
- Platform
- Windows
Hi,
I have a table tbl_prod wherein i have 4 fields
year
Month
Day
Amount
There are 180 rows of data
I have created a form and put 3 combo boxes which show distinct values of Year, month and day
i have put a subform showing all the 4 fields with all the data in the form which is based on tbl_prod
1) How to filter the records of the subform in order of Year --Month--Day picking the values from comboboxes
2)as the data is filtered i need to show the sum of amount in a label
please help
Thanks in advance
thanks and regards
Ranjit
I have a table tbl_prod wherein i have 4 fields
year
Month
Day
Amount
There are 180 rows of data
I have created a form and put 3 combo boxes which show distinct values of Year, month and day
i have put a subform showing all the 4 fields with all the data in the form which is based on tbl_prod
1) How to filter the records of the subform in order of Year --Month--Day picking the values from comboboxes
2)as the data is filtered i need to show the sum of amount in a label
please help
Thanks in advance
thanks and regards
Ranjit