diesel_medic
New member
- Local time
- Today, 23:57
- Joined
- Sep 29, 2007
- Messages
- 6
Hi,
I am currently trying to produce an accountancy package of use with Ebay in Access. I have a table that lists all the expenditure, as imported from Ebay/Paypal. For each record there is a field that records the nett valve of the transaction as well as a field, 'OverheadType' which categorises each transaction. The source of this field is a combo box of fixed values - Advertising, Bank Fees etc. I would like to be able to display the totals for each of these 'OverheadTypes' in a form (frmProfitAndLoss) using a start and end date (selected by the user on the same form) to select which records to process. I've tried to do this by extracting the information and storing it as one record in a temporary table, but without any success. Any ideas?
I am currently trying to produce an accountancy package of use with Ebay in Access. I have a table that lists all the expenditure, as imported from Ebay/Paypal. For each record there is a field that records the nett valve of the transaction as well as a field, 'OverheadType' which categorises each transaction. The source of this field is a combo box of fixed values - Advertising, Bank Fees etc. I would like to be able to display the totals for each of these 'OverheadTypes' in a form (frmProfitAndLoss) using a start and end date (selected by the user on the same form) to select which records to process. I've tried to do this by extracting the information and storing it as one record in a temporary table, but without any success. Any ideas?