E
el zorro
I have an adp front end connected to a SQL Server back end. I have a list box
on a form (List129) with data based on a SQL view (ViewA). If the user checks
a box, I want to replace the data in the list with data brom another view
(ViewB). So I tried this in the "On CLick" event of the check box:
List129.RowSource = ViewB
Didn't work-- the list went blank. Any ideas? Thanks!
on a form (List129) with data based on a SQL view (ViewA). If the user checks
a box, I want to replace the data in the list with data brom another view
(ViewB). So I tried this in the "On CLick" event of the check box:
List129.RowSource = ViewB
Didn't work-- the list went blank. Any ideas? Thanks!