Query.
I'd like to be able to populate my labels from any table in my database when I click on the corrisponding button for the table.
Any thoughts?
Dooglo
Printable View
Query.
I'd like to be able to populate my labels from any table in my database when I click on the corrisponding button for the table.
Any thoughts?
Dooglo
are you familiar with ado or ado.net? it would be very simple. Once you get the syntax down TO the database and tables, it's just a matter of manipulating your labels' text properties.
label1.TEXT = VARIABLE YOU ASSIGN FROM DATABASE
Fine.
But what if I have multiple labels/
How many is multiple?
10
100
1000
??
Thanks anyway.
But, I figured it out.