Reply
BindingSource Filter Between Two Given Date
Old 03-18-2008, 07:42 AM BindingSource Filter Between Two Given Date
Banned

Posts: 3
Hi All,
Im thinking if it is possible to filter records based on date1 and date2.
All this time Im using a different approach to filter it. I just put the
command like

"Select * From Invoices Where InvoicesDate Between DateValue('" + SelectedDate1.ToShortDateString + "') And DateValue('" + SelectedDate2.ToShortDateString + "') ORDER BY SO_NO DESC"


I've been using bindingsource.filter to filter it for a certain date but
is it possible if i select all records and filter it between a period?
What the syntax would be like to filter it between two given dates?


Thanx
zymulik is offline
Reply With Quote
View Public Profile
 
When You Register, These Ads Go Away!
     
Old 03-20-2008, 08:43 AM Re: BindingSource Filter Between Two Given Date
Ultra Talker

Posts: 308
I am finding it difficult to understand your question, you're already filtering your records in the sql query based on the date. what other syntax you need?
__________________
tiny url
dman_2007 is offline
Reply With Quote
View Public Profile Visit dman_2007's homepage!
 
Old 03-24-2008, 04:55 PM Re: BindingSource Filter Between Two Given Date
chrishirst's Avatar
Super Moderator

Posts: 11,748
Location: Blackpool. UK
Don't worry about it. I doubt that the cross forum sig link dropping OP will be back to check.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares?
Code Samples | People Counting System
chrishirst is offline
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to BindingSource Filter Between Two Given Date
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off




   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.11601 seconds with 13 queries