how to get printout between two dates informations in
datareport in vb6.0



how to get printout between two dates informations in datareport in vb6.0..

Answer / rohit parbat

u need query for that.
select the data from the data base.
The query us : select * from employers where date= 20/06/99 between 30/5/14;
and give the data source to that data report. and show it

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Visual Basic Interview Questions

What is the difference between Msgbox Statement and MsgboxQ function?

2 Answers  


Data Control missing from toolbox when I use VB under NT3.5. Why?

0 Answers  


How would you attach pictures in Treeview Control?

1 Answers   HCL,


How do I mimic a toggle button?

0 Answers  


What is ado data control in vb6 0?

0 Answers  






How can I access a record by record number?

0 Answers  


How do I set the Windows wallpaper at runtime?

0 Answers  


What is the difference between a Sub and a Function?

3 Answers  


Types of ActiveX Components in VB?

0 Answers  


A standard exe contains a registered Active-X DLL. Now some error arise in the application but not in the standard exe , it is in the Active-X DLL. How do you find it out in which line no the error is?

1 Answers  


What is activex control in vb?

0 Answers  


What about DLL calls that require callbacks?

0 Answers  


Categories