L
LMB
Hi Guys,
I'm trying to get my access stuff organized. Here are some scripts I have
on a notepad sheet. Are these only for use in queries or do they work in
reports too?
Thanks,
Linda
Between [Enter Start Date] And [Enter End Date]
BirthDate:CVDate(IIf(IsNull([dttBirthday]),
Null,DateSerial(2000,Month([dttBirthday]),Day([dttBirthday]))))
Between [Beginning Date] And [Ending Date]
User will be prompted for date between date of user choosing
Between #11/01/2000# And #11/30/2000#
Will give information between developers critera
Criteria: >=DateAdd("d",-84,Date())
This would get all OnCallDate records that are less than 84 days old.
I'm trying to get my access stuff organized. Here are some scripts I have
on a notepad sheet. Are these only for use in queries or do they work in
reports too?
Thanks,
Linda
Between [Enter Start Date] And [Enter End Date]
BirthDate:CVDate(IIf(IsNull([dttBirthday]),
Null,DateSerial(2000,Month([dttBirthday]),Day([dttBirthday]))))
Between [Beginning Date] And [Ending Date]
User will be prompted for date between date of user choosing
Between #11/01/2000# And #11/30/2000#
Will give information between developers critera
Criteria: >=DateAdd("d",-84,Date())
This would get all OnCallDate records that are less than 84 days old.