J
John Vinson
Thanks John, I followed your instructions exactly and it keeps changing the
date to the current date, it is not holding the date I created the record.
All records have today's date.
You posted elsethread that the textbox has properties
in the form section the requested info as follows:
Name: Invoice Date
Control Source:-Date()
Default Valueate()
The control source IS WRONG.
The Control Source property determines what will be displayed.
You have it set to Date(), so it will display today's date, regardless
of any field that is stored in your table.
Change the Control Source property to
[Invoice Date]
and you should be back in business.
John W. Vinson[MVP]