If you form is Unbound, as you say, that means that the data entered into the form needs to be committed to the underlying tables using either VBA code or macro actions.
However if the form is bound to a table then data entered into it should be automagically saved to the table. Also check the...