L
Lynn
Hello.
I want to search the DOB field to see whose birthday is
for a certain date range. The DOB field is formatted like
12/1/03. Currently I have:
Format([c_and_c_accts]![dob],"mm" & "/" & "dd")
But this formces me to enter a 2-digit day (ie. "03"
instead of just "3" for the third day in the particular
month). It also forces me to enter a year which I don't
care about. Can anyone please help?
Thanks,
Lynn
I want to search the DOB field to see whose birthday is
for a certain date range. The DOB field is formatted like
12/1/03. Currently I have:
Format([c_and_c_accts]![dob],"mm" & "/" & "dd")
But this formces me to enter a 2-digit day (ie. "03"
instead of just "3" for the third day in the particular
month). It also forces me to enter a year which I don't
care about. Can anyone please help?
Thanks,
Lynn