|
-
May 14th, 2006, 09:52 PM
#1
Thread Starter
Addicted Member
datePicker with text files
Hi all,
how do I search a text file using the datepicker?
I will be using 2 datepickers on one form to create a date range, the with that date range, return all records in that range. Here is a ex. of the record.
Mike,5/14/2006,8:37:01 PM,Living Room,Yes
thanks
-
May 15th, 2006, 06:31 AM
#2
Thread Starter
Addicted Member
Re: datePicker with text files
-
May 15th, 2006, 07:20 AM
#3
Re: datePicker with text files
so, you would like to searhc the text file for date picker value right!
There are two ways:
First will be read the text file line by line and check whether the search string(date picker value) exists using instr function. if exists then do whatever you want.
second will be:
Load your text file in rich text box and search the desired value on it. Search the forum you will get many examples.
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
|