Default Date Format for Records
From in my table how can i format the date to show "Jan, 2006"
What i would want it to do is like do a datepart thing something like
datepart("M",(CurrentDate))&","& datepart("YYYY",(CurrentDate)))
but im not sure how to do that so that the default value of...