Can a custom field in a query return 'A' if condition 1 is met and 'B' if condition 1 isn't met? If title="supervisor" then run equation 'x'... if title does not ="supervisor" then do not run equation 'x'.
Oh wait... almost. It returns the correct information... but any idea why I can't get the dates to display as medium date? I've got all formats set to medium... but it displays as short.
I would generally format it in the form or report the user will see, but that might be screwed up here because of the mix of date and text values. You may need to wrap the DateAdd() function in the Format() function.