F
Fredrated
Is it possible to refer to a form indirectly and request an action?
I have a main form with several subforms which I need to requery when a
record is added to the main database table.
Presently, after a record is added, in the code I run
Form_fMain.HOUSING.Requery
Form_fMain.CAPITAL.Requery
Form_fMain.LANDUSE.Requery
Form_fMain.TRANSIT.Requery
Form_fMain.fMisc1.Requery
Form_fMain.fMisc2.Requery
Form_fMain.TechnicalAssistance.Requery
Form_fMain.Requery
Since subforms come and go, I would like to have the form names read from a
table and requeried from the name in the table.
Is there any way to do this?
Thanks
Fred
I have a main form with several subforms which I need to requery when a
record is added to the main database table.
Presently, after a record is added, in the code I run
Form_fMain.HOUSING.Requery
Form_fMain.CAPITAL.Requery
Form_fMain.LANDUSE.Requery
Form_fMain.TRANSIT.Requery
Form_fMain.fMisc1.Requery
Form_fMain.fMisc2.Requery
Form_fMain.TechnicalAssistance.Requery
Form_fMain.Requery
Since subforms come and go, I would like to have the form names read from a
table and requeried from the name in the table.
Is there any way to do this?
Thanks
Fred