Required field property is not listed (1 Viewer)

bdhtexas

Registered User.
Local time
Yesterday, 19:07
Joined
Dec 3, 2003
Messages
79
We just upgraded to Access 2003 and I am creating a new database and in my Form... I was trying to set the REQUIRED FIELD PROPERTY to YES, but when I click the Properties of each field, it's not listed.

Has this been removed?
 

Jonathan Kok

Registered User.
Local time
Yesterday, 20:07
Joined
Jan 27, 2000
Messages
116
'Required' is set at the Table level, not the form level. You can use validation on the 'before update' event in its place.
 

bdhtexas

Registered User.
Local time
Yesterday, 19:07
Joined
Dec 3, 2003
Messages
79
I ended up adding a code to check all the required fields before updating, it's working nicely. Thanks!
 

Users who are viewing this thread

Top Bottom