Steve@trop
Registered User.
- Local time
- Today, 12:46
- Joined
- May 10, 2013
- Messages
- 148
I have several forms that are set to open on a new record. I'm finding that while I'm working on the design of these forms I'm creating alot of blank records. This makes me think that when users start opening these forms, they may end up creating a lot of blank records as well.
I think this is happening because there are controls on these forms that have default values set in them.
Is there a way that I can control how and when an actual new record is created from a form? I was considering using a particular field as a trigger, once it has a value, the record is created. If it is null, then the record is discarded.
If I make a certain field a required field in the table, will that prevent a record from being created without an error message?
Thanks,
Steve
I think this is happening because there are controls on these forms that have default values set in them.
Is there a way that I can control how and when an actual new record is created from a form? I was considering using a particular field as a trigger, once it has a value, the record is created. If it is null, then the record is discarded.
If I make a certain field a required field in the table, will that prevent a record from being created without an error message?
Thanks,
Steve