Question : Using code to save a Record

In Access 2003, I know that you can use "DoCmd.Runcommand (acCmdSaveRecord)" to save the record on the active form, but how can I run code to save a record in a different form that isn't the active form?

Answer : Using code to save a Record

Use this:

Forms.SomeFormName.Dirty = False

mx
Random Solutions  
 
programming4us programming4us