Dmitry Perets
Registered User.
- Local time
- Today, 23:18
- Joined
- Jul 20, 2006
- Messages
- 21
Hello,
I have a strange problem with Microsoft Access 2000. I have a form with a date field. When I try to set the default value for that field (from the designer) to "=Date()", it tells me that the use of this function is illegal in that place. But if I use the same function Date() from the VBA code, everything is fine, so it do "knows" this function...
Where can be the problem?
I have a strange problem with Microsoft Access 2000. I have a form with a date field. When I try to set the default value for that field (from the designer) to "=Date()", it tells me that the use of this function is illegal in that place. But if I use the same function Date() from the VBA code, everything is fine, so it do "knows" this function...
Where can be the problem?