A
Ann
I am using Access 2002. I have three fields: txtQuarter which I want to
hold 1st, 2nd, 3rd or 4th. I have two date fields dtmStartDate and
dtmEndDate. Both are long dates so when I type 01/08/2010 I get Friday,
January 8, 2010. What I want to do is have the txtQuarter field filled in
with the appropriate quarter depending on the date range for dtmStartDate and
dtmEndDate. I'm a beginner to VB and not having much luck. Also, which is
the best Event to put this on? I was trying the AfterUpdate Event of
txtEndDate. Thanks in advance for the help.
hold 1st, 2nd, 3rd or 4th. I have two date fields dtmStartDate and
dtmEndDate. Both are long dates so when I type 01/08/2010 I get Friday,
January 8, 2010. What I want to do is have the txtQuarter field filled in
with the appropriate quarter depending on the date range for dtmStartDate and
dtmEndDate. I'm a beginner to VB and not having much luck. Also, which is
the best Event to put this on? I was trying the AfterUpdate Event of
txtEndDate. Thanks in advance for the help.