G
Guest
Hi,
Using a linked table, I have a query with 5 normal fields, and 3 calculated
fields. They are as such:
calDate: Left([SubmitTime],9)
milDate: Format([timeDate],"hhnnss")
timeDate: Right([SubmitTime],11)
Now. When I leave "milDate" unsorted, the query runs fine, and the parameter
pop up works fine for one of the normal fields. When I try to sort it as
descending [which is what I need], the query seems to think the [timeDate] is
a parameter, and it pops up a box. I do not want this to happen, and if I
leave it blank, the call fails.
How can I get this to sort correctly but not totally fail my query?
Using a linked table, I have a query with 5 normal fields, and 3 calculated
fields. They are as such:
calDate: Left([SubmitTime],9)
milDate: Format([timeDate],"hhnnss")
timeDate: Right([SubmitTime],11)
Now. When I leave "milDate" unsorted, the query runs fine, and the parameter
pop up works fine for one of the normal fields. When I try to sort it as
descending [which is what I need], the query seems to think the [timeDate] is
a parameter, and it pops up a box. I do not want this to happen, and if I
leave it blank, the call fails.
How can I get this to sort correctly but not totally fail my query?