I have a complicated master record and when new data is entered, I want to look for consistency and I do a lot of testing. On top of that I calculate dates. The idea is to let the operator review the data and approve it. At that point I want to create an
append query, grabbing all the data and adding it to the table.
My problem is that the query will not pick up fields that are generated (the date fields) or fields that have default values. I describe each fiel in the grid as Forms!frmX!Fieldname. It selects all the fields except those mentioned.
Any Ideas why this is happening or is my whole approach wrong?
I do not want the record saved until it is good.
Bob Volante