I know this has been asked before but can seem to find the right answer to my problem.
I have a main form with a subform, subform with the control source from a query based on the parameter of the data entry in 2 fields in the main form.
It work good but only updates when I move from one record to other, I need to update the subform after the data is enter in the fields, to reflect the new entry in the subform before moving to next record.
I know I need to do a requery event procedure on exit on the last field that the query gets its parameter values, just don’t know how to do this.
I have a main form with a subform, subform with the control source from a query based on the parameter of the data entry in 2 fields in the main form.
It work good but only updates when I move from one record to other, I need to update the subform after the data is enter in the fields, to reflect the new entry in the subform before moving to next record.
I know I need to do a requery event procedure on exit on the last field that the query gets its parameter values, just don’t know how to do this.