|
-
Jan 17th, 2006, 09:06 AM
#1
Thread Starter
New Member
Data Report Helppppp
Im using a access mdb file that contains some datas. How can I send them into datareport page for example i have to send only datews between 01/01/2005 and 01/01/2006.. Or is there any way to do it into datagrid ?
-
Jan 18th, 2006, 09:49 PM
#2
Re: Data Report Helppppp
Hi Galatyali!!!
Im using a access mdb file that contains some datas. How can I send them into datareport page for example i have to send only datews between 01/01/2005 and 01/01/2006
Try creating a query first in ms Access database that will display the dates...You may either use an SQL statement using SQL view or just manipulating (between)...Then add a data environment bound to that query...
After that, add rpttextboxes for the fields bound to that query...
Greg
-
Jan 19th, 2006, 12:53 PM
#3
Thread Starter
New Member
:(
Sorry mate but i didnt understand what ur trying to explain. anyway I already have a database so i need teh code or something to put in a commandbox thats all. i dont know how to use sql
-
Jan 19th, 2006, 12:56 PM
#4
Re: Data Report Helppppp
I don't think you meant to create a whole new thread, so I merged the one you created with this one.
-
Jan 20th, 2006, 12:44 AM
#5
Re: Data Report Helppppp
You could try something like...
VB Code:
SELECT * FROM Table WHERE DateField BETWEEN Date1 AND Date2
-
Jan 22nd, 2006, 05:05 AM
#6
Thread Starter
New Member
Re: Data Report Helppppp
I can list my data between dates im asking how can i send them into datareport to print or is there any other way that prints datagrids list....
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|