L
louishong
I have a list box that is populated by SQL. I then have nother list
box that combines the value from the first listbox plus a SQL
statement. It's something like this:
select rate + forms.subform.test.list32 from testtable
I know you can't pull a value from the listbox unless you click on it
(or it reads null) but is there a way to do it through VB or a macro
command? TIA.
box that combines the value from the first listbox plus a SQL
statement. It's something like this:
select rate + forms.subform.test.list32 from testtable
I know you can't pull a value from the listbox unless you click on it
(or it reads null) but is there a way to do it through VB or a macro
command? TIA.