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 SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Setting required field property

Status
Not open for further replies.

brbarto

Technical User
Sep 6, 2001
34
0
0
Is there any reason the Required property in the field properties needs to be set to Yes for the primary key?
Does it matter? It appears that if a field is the primary key, it is required, but the Required property is not automatically changed to Yes?

Thanks
 

Access will not allow a null Primary key column. Setting the Required property will validate data as the user leaves the column. The Primary key contraint is enforced when the record is saved. So it all depends on how you want to handle validation. Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top