C
Cita
I took an intensive Access 2003 course and have accidentally become the
expert at work.
I've built several queries in which I'll have to prompt the user to enter a
4-digit number. Now, I need to figure out how to connect that number with a
table and do some lookups. I've written the exact process below:
User is prompted and enters the pay period number.
Pay period number is found in the PPTBL and its corresponding start and end
dates.
Then, within the same query,
[REPDT] <= pay period start date
[RELDT] >= pay period end date
From there, I hope to get what I'm looking for. Any suggestions?
Thanks!
expert at work.
I've built several queries in which I'll have to prompt the user to enter a
4-digit number. Now, I need to figure out how to connect that number with a
table and do some lookups. I've written the exact process below:
User is prompted and enters the pay period number.
Pay period number is found in the PPTBL and its corresponding start and end
dates.
Then, within the same query,
[REPDT] <= pay period start date
[RELDT] >= pay period end date
From there, I hope to get what I'm looking for. Any suggestions?
Thanks!