G
Guest
Does a query ONLY pull from tables & other querys? Is it possible for the
query to request a beginning date from the user & use that information to
list the next 30 days following in order to match it up with a WHERE clause
in other records?
The reason I ask is because I have time records on my employees, and I have
Job records that I record the hours the employee worked on each job. Many
times the employee has a time record, but I do not have the hours worked
posted to a job. I would like to have the query request a beginning date and
then return the employee's time record for that date AND their Job record.
That way I can easily see when the Job record has not been recorded.
query to request a beginning date from the user & use that information to
list the next 30 days following in order to match it up with a WHERE clause
in other records?
The reason I ask is because I have time records on my employees, and I have
Job records that I record the hours the employee worked on each job. Many
times the employee has a time record, but I do not have the hours worked
posted to a job. I would like to have the query request a beginning date and
then return the employee's time record for that date AND their Job record.
That way I can easily see when the Job record has not been recorded.