getting data from the grid to labels using ADO ****SOLVED****
Howdy,
I'm having some troubles converting my DAO program to an ADO program. Here's the situation:
The program used to get information from the grid and put it to a few labels on top of the form. That was done by simply fill in the Datasource and the datafield in the properties box. Now that I'm using ADO, I don't have a datacontrol anymore.
How do I get my data from the grid (MSHFlexgrid) to the labels as I select a record?
If you need to see any code on how I acces my DB let me know
WiseGuy