Subforms, Dialogbox, Update

Hi:

I’ve got a weird situation with a bunch of moving parts that I need some help with.

The app I’m working on contains docs with static data. If these static docs need to be changed, the main document has to be updated and a record must be kept of the changes. I’m trying to use subforms in dialog boxes to update the main docs. This is working at the moment and I have the updated docs becoming responses to the new version. What I also need to do is keep a record of the changes, so the users can see a history of all edits. Can I somehow create a document from the subform with the updated data and save it at the same time the update to the main document is being done? Can I use the post save on the subform to create a document with the field values of the subform?

I’m stuck. I’d really appreciate some ideas on the best way this scenario might be handled. As always, a deadline is looming.

Thanks,

Is

Subject: Subforms, Dialogbox, Update

When a subform is located on a form you can access all variables form both the form and the subform (or any other subform).

You can easily test this by adding a msgbox in your subform to display some values from the form.