S
spacerocket
I have a transaction database which contains individual tables for Supplier,
Purchaser, Bank, etc. User can add/edit information for these tables in their
respective forms. All the tables are linked to a table called
Transaction_Records (TR), which also contain a form for user to enter the
accounts transaction for day.
In the form TR, there are combo boxes of Supplier, Purchaser, Bank, etc, so
that user can select which company the transaction is for, the payment method
and amount of payment. Is this the correct way of doing it?
Also, I would like to differentiate between Income and Expense in the form
TR. Should I use buttons that allow user to select the type of transaction,
or should I use tabs? How do I design the table to allow for such input, and
how should I design the report?
Please advise, thanks!
Purchaser, Bank, etc. User can add/edit information for these tables in their
respective forms. All the tables are linked to a table called
Transaction_Records (TR), which also contain a form for user to enter the
accounts transaction for day.
In the form TR, there are combo boxes of Supplier, Purchaser, Bank, etc, so
that user can select which company the transaction is for, the payment method
and amount of payment. Is this the correct way of doing it?
Also, I would like to differentiate between Income and Expense in the form
TR. Should I use buttons that allow user to select the type of transaction,
or should I use tabs? How do I design the table to allow for such input, and
how should I design the report?
Please advise, thanks!