Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
Varsha Patil
Starting Member
3 Posts |
Posted - 2008-05-09 : 01:38:29
|
I want to display the data in a datasheetview in ms access project. The data is between particular date. What command should i used for this?My form contailn feilds : UserId,FromDate,ToDateEnter the userid & Particular date & after click on submit data for that period should display in datasheet view.Please help me in this as soon as possible. |
|
|
amirs
Constraint Violating Yak Guru
260 Posts |
Posted - 2008-05-09 : 02:00:45
|
| select * from tablenamewhere fromdate between particular date and particular date and userid=your text field value |
 |
|
|
eralper
Yak Posting Veteran
66 Posts |
|
|
|
|
|