|
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.
|