G
Guest
I have an interesting problem (maybe its not so interesting to the gurus who
frequent this board
). Here is the back ground information:
I have a form that contains tab controls and several sub forms. The main
form contains a control that dictates what data is displayed on one of my sub
forms via parameters in the query (data source).
So, I have added some code to the "after update" event that looks like this:
---------------------
me.form.refresh
me.form.requery
---------------------
I have also tried:
---------------------
Me.[sub_form_control_name].Requery
---------------------
The result: sub form just comes up blank. If I view the form in design view
and then in normal view again, then the correct data shows up. For some
reason, the sub form is not reloading.
Can you help?
frequent this board

I have a form that contains tab controls and several sub forms. The main
form contains a control that dictates what data is displayed on one of my sub
forms via parameters in the query (data source).
So, I have added some code to the "after update" event that looks like this:
---------------------
me.form.refresh
me.form.requery
---------------------
I have also tried:
---------------------
Me.[sub_form_control_name].Requery
---------------------
The result: sub form just comes up blank. If I view the form in design view
and then in normal view again, then the correct data shows up. For some
reason, the sub form is not reloading.
Can you help?