Hello all, hopefully this is a nice simple one but I just cannot figure it out...
I am trying to reference and requery a form using a variable, for example
dim FormToRequery as string
FormToRequery = me.txtFormToRequery.value
[forms]!FormToRequery.requery
This obviously will not work due to the form "FormToRequery" does not exist. So how can you requery a form where the form name is a variable?
Thanks
Phill
I am trying to reference and requery a form using a variable, for example
dim FormToRequery as string
FormToRequery = me.txtFormToRequery.value
[forms]!FormToRequery.requery
This obviously will not work due to the form "FormToRequery" does not exist. So how can you requery a form where the form name is a variable?
Thanks
Phill