
Data Report Designer - vb6
New to designing reports, can't find a way to dynamically bind my report
text box to a data field from my data environment:
Dataenvironment1 - connecting to a mysql database, connections are good
DataReport1
I can get the data to show if I simply bind the text boxes using the
properties page, however I need to do it dynamically because I've got some
really funky formatting I need to do with all the records(put them into nice
columns for label printing).
Also, I don't seem to have access to an actual recordset object this way, is
this a concern or normal when using the data environment connections?
Any help would be greatly appreciated.
Kirk...