|
|
|||||||||
|
|||||||||
|
|||||||||
| |
|||
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
I am currently using =Format(Date(),"mmmm yyyy") to display the date at the top of my report but my problem is that I would like to display the previous month not the current month, can anyone help?
|
|
#2
|
|||
|
|||
|
Try this
=Format(DateAdd("m",-1,Date()),"mmmm yyyy") lwells |
![]() |
| Viewing: Dev Articles Community Forums > Databases > Microsoft Access Development > Date function in Access 2003 reports |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|