L
Linton.McCracken
Hi. I am trying to identify the RowSource for every combobox
throughout my database, whether it is a named query or a SQL
statement. I know that I can open each form with a combobox and get
the combobox's RowSource by assigning a string variable =
Me.<controlname>.RowSource and get the correct query or SQL statement
assigned to the variable. But my project is being designed in an
independent module and none of my efforts have succeeded so far.
I tried programmatically opening the form and then its module and
using "Forms!<formname>!<controlname>.RowSource" but that just sets
the variable to the string above but with the object names replaced,
not the evaluated value of the string.
Any help would be appreciated. Thank you.
throughout my database, whether it is a named query or a SQL
statement. I know that I can open each form with a combobox and get
the combobox's RowSource by assigning a string variable =
Me.<controlname>.RowSource and get the correct query or SQL statement
assigned to the variable. But my project is being designed in an
independent module and none of my efforts have succeeded so far.
I tried programmatically opening the form and then its module and
using "Forms!<formname>!<controlname>.RowSource" but that just sets
the variable to the string above but with the object names replaced,
not the evaluated value of the string.
Any help would be appreciated. Thank you.