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

How to check the condition in Msgbox?

3 Answers  


How should dates be implemented so they work with other language and country formats?

0 Answers  


VB ActiveX: Create a "drivelist"(D1) box, a "folderlistbox"(FLD1) that changes whenever D1 is changed , and a "FilelistBox"(FIL1) that is populated with the file lists under the selected directory in (D1).The file selected is stored in a variable "filename" along with the path. Question: How to use this activeX control in VC++ to get the selected filename?

0 Answers  


What is the differece between the (name) and caption properties of a control?

3 Answers  


Is VB comes under Object Oriented Programming ?

1 Answers  






What is the Advantage of ActiveX Dll over Active Exe?

1 Answers  


Specify technical & functional architecture of your last 2 projects.

0 Answers  


What is the use of Hyperlink control for DHTML applications?

0 Answers  


Under which circumstance does a VB application ignore a Timer event?

2 Answers  


What are the tools available for Debuggiu in VB?

0 Answers  


Is there any Edit method in ADO Data Access method?

3 Answers  


How can you read content from file?

2 Answers  


Categories