vba_php
Forum Troll
- Local time
- Yesterday, 18:14
- Joined
- Oct 6, 2019
- Messages
- 2,880
relating to this thread: https://www.access-programmers.co.uk/forums/showthread.php?t=307794,
....this is exactly why I don't use many class modules (see attached accdb). why would I create the class modules that are in the attached sample ("employee" and "payroll"), fill the members with data and throw that data into a form display (forms "Employment Application1" and "Payroll Preparation1") when I can do the exact same thing by creating tables (tables "employee" and "payroll"), running a simple query to get the calculated total (query "payroll_calculations"), and displaying all the related data in a form (form "payroll_calculations")? seems to me that method #2 would seem a lot easier, especially for newbies.
sample replicated from this illustration: http://www.functionx.com/vbaccess/Lesson05.htm
....this is exactly why I don't use many class modules (see attached accdb). why would I create the class modules that are in the attached sample ("employee" and "payroll"), fill the members with data and throw that data into a form display (forms "Employment Application1" and "Payroll Preparation1") when I can do the exact same thing by creating tables (tables "employee" and "payroll"), running a simple query to get the calculated total (query "payroll_calculations"), and displaying all the related data in a form (form "payroll_calculations")? seems to me that method #2 would seem a lot easier, especially for newbies.
sample replicated from this illustration: http://www.functionx.com/vbaccess/Lesson05.htm
Attachments
Last edited: