Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Date Field Display Problem

Status
Not open for further replies.

sunwindandsea

Programmer
Dec 20, 2001
116
US
I'm having trouble displaying a date on a form that cannot be edited. I used the "=" function to do this for other fields that are displayed at the top of each page, such as, lastname, firstname middlename, etc.

When I use "=datefield" #Error is displayed in the Form View, likewise # Error is displayed in the Form View if I use "=FORMAT([datefield], "yyyy-mmm-dd')

How can I display a date field on some pages/tabs of form that cannot be editd by the user. Users can edit the datefield on the last page/tab of the form.

Thanks,

Ed
 
You can't have a text box with a control source beginning with "=" and a name property of an actual field name. What are your field name and control source properties?

Duane
Hook'D on Access
MS Access MVP
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top