David, altering the field name will not improve the performance of your
database.
What it does is avoid the cases where Access misinterprets what you meant.
Date is a reserved word in VBA (for the system date), so there are cases
where Access will use today's date instead of the value in the field, and
your progam will appear to be giving wrong results.
Renaming the field to InvoiceDate or OrderDate or whatever prevents that
ambiguity.

Signature
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
> I'll give these a try on a backup copy of my database - I'm interested to
> see impact on performance since [data] is such a critical pat of my
[quoted text clipped - 23 lines]
>> >> is that Okay? It seems to work, because I have tens if not hundreds of
>> >> reference too these date Fields.