![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I've come across a curious problem in Access 2003: If I set the OrderBy Property to: Me.OrderBy = "dbo_Task.sim_date, dbo_task.name" it works fine. However, if I do this: Me.OrderBy = "DateValue([dbo_Task.sim_date]), dbo_task.name" nothing happens. I've checked the help file and there is nothing there that explicitly says this is not do-able, though it does not mention using function calls in the string. Certainly, you can use function calls in the ORDER BY clause of an Access query without problems, so I don't understand why it simply fails to work here. Any ideas? -Jacob |
#3
| |||
| |||
|
|
I've come across a curious problem in Access 2003: If I set the OrderBy Property to: Me.OrderBy = "dbo_Task.sim_date, dbo_task.name" it works fine. However, if I do this: Me.OrderBy = "DateValue([dbo_Task.sim_date]), dbo_task.name" nothing happens. I've checked the help file and there is nothing there that explicitly says this is not do-able, though it does not mention using function calls in the string. Certainly, you can use function calls in the ORDER BY clause of an Access query without problems, so I don't understand why it simply fails to work here. Any ideas? -Jacob |
#4
| |||
| |||
|
|
I've come across a curious problem in Access 2003: If I set the OrderBy Property to: Me.OrderBy = "dbo_Task.sim_date, dbo_task.name" it works fine. However, if I do this: Me.OrderBy = "DateValue([dbo_Task.sim_date]), dbo_task.name" nothing happens. I've checked the help file and there is nothing there that explicitly says this is not do-able, though it does not mention using function calls in the string. *Certainly, you can use function calls in the ORDER BY clause of an Access query without problems, so I don't understand why it simply fails to work here. Any ideas? -Jacob |
![]() |
| Thread Tools | |
| Display Modes | |
| |