rich.barry
05-06-2002, 10:14 PM
I have 2 tables, simplified as follows:
Table 1 Fields: Program Name, Time Activated
Table 2 Field: Time Snapshot
Every time a user changes the active program, it logs the new program name and activation time to Table 1.
The program running at the time of "Time Snapshot" is therefore the greatest time in Table 1 less than "Time Snapshot"
I'm trying to write a query that lists my Time Snapshots and the Program that was running at the time they were taken, but have failed...repeatedly
Table 1 Fields: Program Name, Time Activated
Table 2 Field: Time Snapshot
Every time a user changes the active program, it logs the new program name and activation time to Table 1.
The program running at the time of "Time Snapshot" is therefore the greatest time in Table 1 less than "Time Snapshot"
I'm trying to write a query that lists my Time Snapshots and the Program that was running at the time they were taken, but have failed...repeatedly