Hi,
I have a frustrating problem trying to save a record on a form.
I basically have two forms, the first is the primary form which is linked into my main table where most of my data is scored.
I have a secondary form which the user would use to input data into the first form (I do this for data validation reasons)
This works fine, but all I am trying to is save the record in the primary form from the second form once a update has been made. If the user decides to close the primary form without saving changes, the updates drop out. I need to force the record to save (from the secondary form) no matter if the user saves changes or not.
I hope this makes sense! I am sure there is a very simple piece of code I am missing.
Thanks
Paul
I have a frustrating problem trying to save a record on a form.
I basically have two forms, the first is the primary form which is linked into my main table where most of my data is scored.
I have a secondary form which the user would use to input data into the first form (I do this for data validation reasons)
This works fine, but all I am trying to is save the record in the primary form from the second form once a update has been made. If the user decides to close the primary form without saving changes, the updates drop out. I need to force the record to save (from the secondary form) no matter if the user saves changes or not.
I hope this makes sense! I am sure there is a very simple piece of code I am missing.
Thanks
Paul