Enter just the year.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I would like to run a report that the user only needs to input the year in a
form, Ie 04 or 2004 and then the form would feed the Query that feeds the
report.

Thanks

Keith
 
Your query might look like
Year([YourDateField]) = Forms!frmA!txtYear
 
Thank you!!

Duane Hookom said:
Your query might look like
Year([YourDateField]) = Forms!frmA!txtYear

--
Duane Hookom
MS Access MVP


KAnoe said:
I would like to run a report that the user only needs to input the year in a
form, Ie 04 or 2004 and then the form would feed the Query that feeds the
report.

Thanks

Keith
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top