joolsUK0575
Registered User.
- Local time
- Today, 06:12
- Joined
- May 6, 2004
- Messages
- 49
Hi there!
I need to run some stats for my workplace that involves working out if applications have been registered within 3 days.
How in the heck is this done
I've had a browse through the forum and I noticed that VB seems to come in to it.
Do I really have to use VB to work it out and if so how
At the moment I am using this which just works out the days - Within 3 Days: DateDiff("d",[dbo_table1]![date_valid],[dbo_table1]![DateKeyed])
Thanks for any help. This is one I would most definitely like to sort out
Jools
I need to run some stats for my workplace that involves working out if applications have been registered within 3 days.
How in the heck is this done

I've had a browse through the forum and I noticed that VB seems to come in to it.
Do I really have to use VB to work it out and if so how

At the moment I am using this which just works out the days - Within 3 Days: DateDiff("d",[dbo_table1]![date_valid],[dbo_table1]![DateKeyed])
Thanks for any help. This is one I would most definitely like to sort out

Jools