ComputerHacker, firstly please read our posting rules. You need to open your own thread with your question/problem. This is a VERY old post that has been reraised from the dead, and normally we would not even reply on this. You are however a new poster, so I'll answer the basics, and if you open your own thread we will help where we can.
Your question, yes it is possible, depending on your usage of getting the data, is it a datacontrol, ADO etc.?
Your code will look something like -
rsDate.Open "SELECT * FROM MyTable WHERE MyDate >= DateValue('" & txtDate.Text & "')", cnMyConnection, adOpenStatic, adLockOptimistic
Let us know if you encountered more problems in your OWN post please.
AndreRet
Senior Poster
3,922 posts since Jan 2008
Reputation Points: 334
Solved Threads: 350
@Devakumar, you have just hijacked another members post, which is frowned upon here in Daniweb.:)
You need to open your own thread with the question by clicking on this link. Also, be more specific with your question, what database etc...
AndreRet
Senior Poster
3,922 posts since Jan 2008
Reputation Points: 334
Solved Threads: 350
loether, try something on your own first, then you can be helped out if you encounter errors. Its the best way to learn
Netcode
Veteran Poster
1,021 posts since Jun 2009
Reputation Points: 43
Solved Threads: 67