crisis2007
Technical User
I have an input form that retrieves records from a table called T_Template. This input form is actually a subform on a main form (but not linked). I have the subform deliver the records to another receiving table (T_Event) by running an Append Query. It works fine for moving the records on the subform that I physically change. But for the records I don't change, the records do not pass into the receiving table. It is as if although I see the values in the records, the subform doesn't know they are there. Does anyone have any ideas on what I am doing wrong? The input form is intended to be a template for scheduling. Therefore even if there does not appear to be any changes needed, I want the values that appear in the records that are "defaulted" to pass to the receiving table.
I am still learning and can struggle through vba a little. I will greatly take any advice I can get.
I am still learning and can struggle through vba a little. I will greatly take any advice I can get.