how to get printout between two dates informations in
datareport in vb6.0
Answer Posted / 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 View All Answers
What are the important components of OLEDB?
How would you map properties to controls by using ActiveX Control Interface Wizard?
Is it possible to change menu runtime using API? If yes Specify the function names?
How would you create Visual basic Document file?
What are the types of Error? In which areas the Error occurs?
Explain about control properties?
How do I tell when an application executed using the SHELL command is finished?
How do I make a text box not beep but do something else when I hit the Enter key?
How do I add a form in visual basic?
How would you attach pictures in column headers of List View Control?
Draw Sequence Modal of RDO and Explain?
How would you add elements and pictures to listitems in listview control?
What are the rules which should be followed while naming a variable in VB?
What is the need of tabindex property is label control.
Explain about manipulating the recordset object