validating bound forms

  • Thread starter Thread starter Winshent
  • Start date Start date
W

Winshent

i have been given a db to add some validation to. the forms are bound
and allow additions is set to true. Is it possible to force certain
fields to be completed other than by setting 'allow zero length
string' to false on the bound table?

i notice that there is a validation rule property on combo controls..
how does this work?
 
Hi.

One can also set the "Required" property field property to Yes in the
table's Design View. For more control on what data may be entered by the
user (validation rules), please see the "About restricting or validating
data (MDB)" topic in Access Help.

HTH.

Gunny

See http://www.QBuilt.com for all your database needs.
See http://www.Access.QBuilt.com for Microsoft Access tips.

(Please remove ZERO_SPAM from my reply E-mail address, so that a message
will be forwarded to me.)
 
Back
Top