PDA

Click to See Complete Forum and Search --> : select record in data report


enigmagirl122
Mar 10th, 2009, 01:55 AM
hello !
im new in data report. im using vb6 and ms access. is it possible that you create a query where in you are going to select which record will be shown in data report then print on runtime. im making a barcode system, barcode number is my primary key.

dee-u
Mar 10th, 2009, 02:40 AM
Yes you can change the sql source of your report's DataSource. In the sample attached below you can use

SELECT ID,a,b,c,d FROM test WHERE ID = 51

Hack
Mar 10th, 2009, 07:21 AM
Moved To Reporting