J
JohnE
I realize in looking back thru this newsgroup there are
other subjects that talk about between time periods. But,
the dillemma that I face is different so I need to make
this posting.
I recently inherited a db in which all fields are text
(except autonumber). The date fields are also labeled as
text. There are 3 fields for recording the date, Month,
Date, and Year. I need to do a report giving the info
between selected month. Now when I go to the query design
and fill in the following for the Month I get the
corresponding months alphabetically. Example is between
January and June, I get January, June, July. Right now I
am at a loss as how to do the query so it works.
Between ([Forms]![usrfrmReportModule]![cboStartMonth]) And
([Forms]![usrfrmReportModule]![cboEndMonth])
If anyone can assist, I say thanks.
*** John
other subjects that talk about between time periods. But,
the dillemma that I face is different so I need to make
this posting.
I recently inherited a db in which all fields are text
(except autonumber). The date fields are also labeled as
text. There are 3 fields for recording the date, Month,
Date, and Year. I need to do a report giving the info
between selected month. Now when I go to the query design
and fill in the following for the Month I get the
corresponding months alphabetically. Example is between
January and June, I get January, June, July. Right now I
am at a loss as how to do the query so it works.
Between ([Forms]![usrfrmReportModule]![cboStartMonth]) And
([Forms]![usrfrmReportModule]![cboEndMonth])
If anyone can assist, I say thanks.
*** John