Subject: 2 problems here with me
Posted By: naveed77 Post Date: 7/11/2006 8:35:05 PM
Dear mates, i m new to vb6. n have 2 problems i.e

1. how to connect crystal report with access 2003 using visual basic 6
plz tell me step by step. coz i m totally new one.

2. how to find a record by clicking label in vb6. i have a form containing a drawing picture of a project with many labels with different captions like 2, 5, 50, 39 etc and i want to click on any label so that its record should b come out. plz tell me tell me easiest way. (thanks in advance)

Reply By: liamfitz Reply Date: 10/17/2006 6:04:44 PM
2. Obviously you'll use the 'Click' event associated with the particular label in question. When this event fires, this should trigger opening the relevant Database and recordset rquired, (Im assuming you're matching to a .mdb Databse record/field. Then use the appropriate means of searching the recordset until a match is made, usually a Do Until Loop. Good Luck.


Go to topic 43400

Return to index page 146
Return to index page 145
Return to index page 144
Return to index page 143
Return to index page 142
Return to index page 141
Return to index page 140
Return to index page 139
Return to index page 138
Return to index page 137