Simple accounting system, is it best to use code?
Hi there,
I have developed databases in Access but created everything manually and using the wizard and used the macros. Aside from wanting to learn to use VBA, I thought codes might be better because my new project will have 10 users and I also want to put it in the network. My last project was split FE/BE, where tables are located in the network and UI are installed in all their computers. I have received complains all the time because it was slow in retrieving data and was not stable.
My new project is a simple accounting system. The users have to input data thru a Journal Voucher (JV)table/form . I also need to create a JV Log ( who, when, descript, Total Debit and Credit amounts) table/Form to hold the control numbers for the JVs. There are 3 ways to create a JV (New JV, retrieving last year's entries and appending it, and lastly, by using computation for required reversal entries
The last 2 is hard because I need to get some recordset and append them to some new table. You also need to consider the number of people doing this activity at the same time.
Thank you in advance!
Hi there,
I have developed databases in Access but created everything manually and using the wizard and used the macros. Aside from wanting to learn to use VBA, I thought codes might be better because my new project will have 10 users and I also want to put it in the network. My last project was split FE/BE, where tables are located in the network and UI are installed in all their computers. I have received complains all the time because it was slow in retrieving data and was not stable.
My new project is a simple accounting system. The users have to input data thru a Journal Voucher (JV)table/form . I also need to create a JV Log ( who, when, descript, Total Debit and Credit amounts) table/Form to hold the control numbers for the JVs. There are 3 ways to create a JV (New JV, retrieving last year's entries and appending it, and lastly, by using computation for required reversal entries
The last 2 is hard because I need to get some recordset and append them to some new table. You also need to consider the number of people doing this activity at the same time.
Thank you in advance!
Last edited: