Query about data to be selected

Dear Sirs:

We want to select all the data in a field that is of the date and time type, how can we do so that this selection maintains its same format. Any ideas?

Solved Solved
0 5 199
1 ACCEPTED SOLUTION

Thanks for your help. I was able to fix it by placing the TEXT () statement so that it maintains its same format.

View solution in original post

5 REPLIES 5

Are you implying that you have already gotten the information, but it is a different format? How did you do so?

Hello Marc:
I just did the following statement:
SELECT (Table [Select Field], true)

So what is the original data, and what is being returned?

Steve
Platinum 4
Platinum 4

For reference:

Thanks for your help. I was able to fix it by placing the TEXT () statement so that it maintains its same format.

Top Labels in this Space