Determin Required field on Form

L

Lisa B.

how can you, by code determine if a field on a form is required

1. you have a field called fldName in tblPeople whose required property
=Yes

2. you have a form with a TextBox control called txtName whose Control
Source is fldName

Is it refrenced something like this
If ControlName.ControlSource.required = Yes Then .....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top