E
el zorro
I have an adp/SQL setup. I have a List Box on a Form. When I type a name in a
Text Box (Text4) , I click a control button that sets the List Box record
source to a modified version of a view (ListView) that joins two tables. It's
modified because I only want it to show records that match text in the Text4.
THe only way I have been able to get this to work is to write out the SQL
statement for ListView in the VB code for the control button click event
(then add a reference to Text4). Like, "SELECT These Fields from This table
LEFT OUTER JOIN That table etc...." Isnt there just a way to say "SELECT
These Fields from ListVIew... " ?
I couldn't get that to work.
Text Box (Text4) , I click a control button that sets the List Box record
source to a modified version of a view (ListView) that joins two tables. It's
modified because I only want it to show records that match text in the Text4.
THe only way I have been able to get this to work is to write out the SQL
statement for ListView in the VB code for the control button click event
(then add a reference to Text4). Like, "SELECT These Fields from This table
LEFT OUTER JOIN That table etc...." Isnt there just a way to say "SELECT
These Fields from ListVIew... " ?
I couldn't get that to work.