G
Guest
I have a query that allows the user to select data by year Between
DateSerial([Enter Year:],1,1) And DateSerial([Enter Year:]+1,1,0) This works
great, however I would like them to be able to compare 2 years on a report so
I would like it to ask them [Enter Year1:] or [Enter Year2:] The Year 2 would
be optional so if they put nothing it would just display Year1 detail.
I was alos wondering how I could modify the above code so they could put 1
and it would display January detail, 2 Februrary detail etc......
Thanks for the help!!
DateSerial([Enter Year:],1,1) And DateSerial([Enter Year:]+1,1,0) This works
great, however I would like them to be able to compare 2 years on a report so
I would like it to ask them [Enter Year1:] or [Enter Year2:] The Year 2 would
be optional so if they put nothing it would just display Year1 detail.
I was alos wondering how I could modify the above code so they could put 1
and it would display January detail, 2 Februrary detail etc......
Thanks for the help!!