Just a simple problem that I can't seem to figure out.
Background: I have a form and I have option to add a new company. Then when the user gets done filling out information they need to press Save. But the problem is that sometimes a blank record is saved...
So what I thought was that you can not save a record until 4 vital fields are filled out: Company Name, Address, City, and State.
So I disabled the Save command button and put code in various events to say that if these four fields are not null, then the save button is enabled. But nothing has worked thus far...any help? Thanks.
Background: I have a form and I have option to add a new company. Then when the user gets done filling out information they need to press Save. But the problem is that sometimes a blank record is saved...
So what I thought was that you can not save a record until 4 vital fields are filled out: Company Name, Address, City, and State.
So I disabled the Save command button and put code in various events to say that if these four fields are not null, then the save button is enabled. But nothing has worked thus far...any help? Thanks.