Group: microsoft.public.access · Group Profile · Search for 20020501 in microsoft.public.access
Author: Arvin Meyer [MVP]
Date: Apr 22, 2008 13:59
I'm going to assume that your dates are not real date datatypes since the way you are formatting them is useless to SQL. I would probably build a function and call it in a query or as the controlsource of a textbox in a form or report. Either use a recordset to get the State data from a table, or just use a Select Case statement. Personally, I'd prefer the recordset because it is more
|