D
David
Hi All,
I want to use this query as my default value for a date field.
SELECT DISTINCT TOP 1 Routes.OrderDate
FROM Routes
ORDER BY Routes.AutoNumber DESC;
I tried making this into a query and set the fields default value to the
query, but I always get #name as the default value. Any ideas on how to
make this work properly?
Thanks,
Dave
I want to use this query as my default value for a date field.
SELECT DISTINCT TOP 1 Routes.OrderDate
FROM Routes
ORDER BY Routes.AutoNumber DESC;
I tried making this into a query and set the fields default value to the
query, but I always get #name as the default value. Any ideas on how to
make this work properly?
Thanks,
Dave