I have a form where a new record contains default values, default foreign keys, and auto-generated primary key. The user doesn't necessarily want to change any data before he clicks his way to the sub-form.
If a new record is not changed changed manually by the user it will not be saved using "normal" VB methods such as "runCommand acCmdSaveRecord" or by clicking on the record selector.
Is there a way to force a save in VB?
If a new record is not changed changed manually by the user it will not be saved using "normal" VB methods such as "runCommand acCmdSaveRecord" or by clicking on the record selector.
Is there a way to force a save in VB?