Dugantrain
I Love Pants
- Local time
- Today, 14:29
- Joined
- Mar 28, 2002
- Messages
- 221
Hi all,
This one's a noodle-scratcher. I am currently developing an employee-tracking database. I have two Date variables which I have set up. The first is the Friday of the week that the employee was hired on (I just took the Hire Date and used a simple VBA function to determine the Friday date of that week). The second variable determines the Friday date of the current week (for example, it is currently 12/08/2003. This function will return 12/12/2003). Now that I have captured these two dates, I will need to write a query which will populate with ALL Friday dates between the Hiring Friday and the Current Friday, shown as rows which will eventually populate a combo box. Performance-wise, is there a cheap solution?
This one's a noodle-scratcher. I am currently developing an employee-tracking database. I have two Date variables which I have set up. The first is the Friday of the week that the employee was hired on (I just took the Hire Date and used a simple VBA function to determine the Friday date of that week). The second variable determines the Friday date of the current week (for example, it is currently 12/08/2003. This function will return 12/12/2003). Now that I have captured these two dates, I will need to write a query which will populate with ALL Friday dates between the Hiring Friday and the Current Friday, shown as rows which will eventually populate a combo box. Performance-wise, is there a cheap solution?