View Full Version : Required field


patrickd123
02-26-2007, 06:25 PM
Access documentation talks about the Required Property that allows to make a field mandatory on a form. But I don't see it anywhere in the list of properties. I think might be because it is not applicable with sql server (in a ADP). In that case, how can I make it mandatory?

Thanks

pbaldy
02-26-2007, 06:51 PM
Look at the Allow Nulls property in SQL Server.