Well I tried =DateAdd("mmm",1,Date())
and diff variations but to no luck. It works with "yyyy" instead of "mmm" ???
What I need is in Feb to show Mar 2008, and so on.
Just an FYI for you -and it works
=Format(DateAdd("m",1,Date()),("mmm yyyy"))
=Format(DateAdd("m",1,Date()),"mmm yyyy")
I agree and mana is deserved!
Bob (or whoever),
If I open forms thru a command button, do they need to be specifically closed before opening another or does Access automatically close them as you open another ?