I have a form where I want to force the user to enter certain fields
The supporting database is SQL so I cannot update the table properties (linked to sql server) to required
i have tried using validation rules i.e. is not null but these are ignored
is there a way to do this?
The supporting database is SQL so I cannot update the table properties (linked to sql server) to required
i have tried using validation rules i.e. is not null but these are ignored
is there a way to do this?