AngelSpeaks
Active member
- Local time
- Today, 00:23
- Joined
- Oct 21, 2021
- Messages
- 653
Hi Everyone! So I have my database split and I have a couple of tables that actually drive the FE that would be maintained by me and probably changed with each FE release.
Purpose of the application. It's a mini accounting system. In my travels as a self employed accountant, I found that my clients just couldn't figure out QuickBooks and were not proficient enough to use Excel. Since I'm retired and don't want to purchase a new license (I can't stand QuickBooks Online and Desktop is now going subscription. I just found out that my version, is limited to three installations, so replacing my old desktop and having to have my new laptop's harddrive erased, I can't reload the software and QB wants me to buy a new version. I have it on another laptop, so I am transitioning everything off of it. I've been using QB for my personal accounts, my daughter's accounts (I am her representative payee for Social Security, plus as guardians, we are sometimes required to provide a report to the Courts on what we do with her money) and my husband and I have side businesses. My little accounting system is perfect for these needs, and there is a need for parents who are representative payees for their children). The database started small, but I got bored and kept adding to it because I like to learn new things.
Some examples are:
The following are used to fill list/comboboxes for users to select. They drive the creation of the representative payee and reporting needed for preparation of tax returns (Schedule C, Partnership/Corporations, Special Needs Trusts, Guardianship Reporting).
tblReports - reports titles and object names with requirements, such as prompt for dates, names, accounts. New reports could be added.
tblTaxLine - controls which controls which accounts appears on the representative payee and tax reports
tblAccountTypes - controls the sequence and grouping of the accounts for reporting.
Could these tables remain in the FE? Oh and because the Infernal Revenue Service and state taxation revenue agents all have every software imaginable on their computers, when they audit you, they want your computer files. So the BE's are separated (like they are in QuickBooks and all my tax preparation software). I have a form to select the 'company' and it gets relinked. Another reason why I would like these tables in the FE.
Purpose of the application. It's a mini accounting system. In my travels as a self employed accountant, I found that my clients just couldn't figure out QuickBooks and were not proficient enough to use Excel. Since I'm retired and don't want to purchase a new license (I can't stand QuickBooks Online and Desktop is now going subscription. I just found out that my version, is limited to three installations, so replacing my old desktop and having to have my new laptop's harddrive erased, I can't reload the software and QB wants me to buy a new version. I have it on another laptop, so I am transitioning everything off of it. I've been using QB for my personal accounts, my daughter's accounts (I am her representative payee for Social Security, plus as guardians, we are sometimes required to provide a report to the Courts on what we do with her money) and my husband and I have side businesses. My little accounting system is perfect for these needs, and there is a need for parents who are representative payees for their children). The database started small, but I got bored and kept adding to it because I like to learn new things.
Some examples are:
The following are used to fill list/comboboxes for users to select. They drive the creation of the representative payee and reporting needed for preparation of tax returns (Schedule C, Partnership/Corporations, Special Needs Trusts, Guardianship Reporting).
tblReports - reports titles and object names with requirements, such as prompt for dates, names, accounts. New reports could be added.
tblTaxLine - controls which controls which accounts appears on the representative payee and tax reports
tblAccountTypes - controls the sequence and grouping of the accounts for reporting.
Could these tables remain in the FE? Oh and because the Infernal Revenue Service and state taxation revenue agents all have every software imaginable on their computers, when they audit you, they want your computer files. So the BE's are separated (like they are in QuickBooks and all my tax preparation software). I have a form to select the 'company' and it gets relinked. Another reason why I would like these tables in the FE.