G
Guest
I have a listbox which lists a set of sql queries. In some cases I need to programatically do what would happen if a user clicked on a given row
When this happens I load the listbox with just the row I am simulating and I call the 'onclick' routine. However, I get 'type mismatch' error on this statement
frmX!lblTickets.Caption = Me!LB.Column(1
Do I have to set some property for the row to indicate it has been 'clicked'?
When this happens I load the listbox with just the row I am simulating and I call the 'onclick' routine. However, I get 'type mismatch' error on this statement
frmX!lblTickets.Caption = Me!LB.Column(1
Do I have to set some property for the row to indicate it has been 'clicked'?