dxp
Registered User.
- Local time
- Today, 05:32
- Joined
- Jun 5, 2006
- Messages
- 62
I have converted my 2000 mdb file to a 2002 mde file. When I run the mde on another pc using 2003 In ' get #name? ' error on a control (Age) that holds a persons age calcultated from a DOB control ( DOB) which is populated from a popup calendar.
The age is calculated using the following
=Int(DateDiff("d",[DOB],Date())/365.25)
It all semms to work in my copy on my pc, why would it now fail? is it a referencing thing perhaps, Can anyone help
thanks
The age is calculated using the following
=Int(DateDiff("d",[DOB],Date())/365.25)
It all semms to work in my copy on my pc, why would it now fail? is it a referencing thing perhaps, Can anyone help
thanks