Access 2003 Flexible Control

  • Thread starter Thread starter katz
  • Start date Start date
K

katz

Hello!
In code on a Recordset I can refer to a field like rs.Fields(VariableName)
How can I refer to the Current Forms controls like me.ControlName to make it
flexible?
Thanks in advance
Abe
 
katz said:
In code on a Recordset I can refer to a field like rs.Fields(VariableName)

How can I refer to the Current Forms controls like
me.ControlName to make it flexible?

If you could clarify what you mean, then probably someone might be able to
offer some suggestions. I, at least, do not understand what you mean by "to
make it more flexible." I'd ask "more flexible than _what_?"

If you want the "equivalent" of rs.Fields(VariableName), it might be
Me.Controls(VariableName), but I'm not sure that is what you mean, or want.

Larry Linson
Microsoft Access MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top