I have used one Table (tblFinance) to record all my Income and Expenditure data. But, I think it would be best to have two Forms (one Form just to record income data, and a different Form just to record expenditure data).
1. Is it a good idea to have two separate Forms?
2. I have made the 2 Forms (see attached database). What is the best way to filter the records for each Form?
I want Income Form just to show records for income. I have used a simple Query (qryCreateIncomeForm) which has Criteria as "Income"??
3. How do I get the ComboBox for TransactionType1 which as the Query (qryCboTransactionType1Income). At the moment, I cannopt "select" the different choices?
Any help you can give would be much appreciated,
Thanks.
1. Is it a good idea to have two separate Forms?
2. I have made the 2 Forms (see attached database). What is the best way to filter the records for each Form?
I want Income Form just to show records for income. I have used a simple Query (qryCreateIncomeForm) which has Criteria as "Income"??
3. How do I get the ComboBox for TransactionType1 which as the Query (qryCboTransactionType1Income). At the moment, I cannopt "select" the different choices?
Any help you can give would be much appreciated,
Thanks.