jmstarbuck
Programmer
Hi all,
This is a really basic question, but I have spent 2 hours on it so far and I'm losing it.
I have a control name stored in a string field: ControlName
For instance: Forms!Reports_Form.CmbSignature
I want to requery the field whose name is in the ControlName field.
I have tried every variation of
that I can think of.
Can someone help me out one this?
This is a really basic question, but I have spent 2 hours on it so far and I'm losing it.
I have a control name stored in a string field: ControlName
For instance: Forms!Reports_Form.CmbSignature
I want to requery the field whose name is in the ControlName field.
I have tried every variation of
Code:
Docmd.Requery(ControlName)
that I can think of.
Can someone help me out one this?