I have a form where all the text boxes are unbound, i need to do this to
enter or manipulate data from other forms into them upon opening. Once
the all the data is there i need to be able to save the form, edit some of
the data and clear other parts, I can do all this fine but the data does
not want to save to the relavant table untill the form is closed. This
also has the effect of only the last set of data gets saved.
To save I have been using the docmd:
docmd.save , "frmNewDeliv"
Is this the correct way to use the command or can someone suggest another
way to save the data to its table.
Thanks
Andrew