How to change the properties in SQL view

kloot1rr

Registered User.
Local time
Today, 15:13
Joined
Jun 10, 2015
Messages
39
In this query I have setup I need to get my Dates field into short date format and another field needs to be with 0 decimal points. I take it there is code I have to enter but I cannot find it anywhere.
 
here it is, union query
 

Attachments

  • 009.png
    009.png
    11.8 KB · Views: 104
The solution is a bit tricky (note that I don't understand why you want to do that at the query level...):
1 - Create a new query using the union query as a data source.
2 - Define a column for every select items.
3 - For the date column: select it then right click it, then select properties and there specify your date format...
4 - Do the same with real numbers...
Good day.
 
What difference does it make what the properties are in SQL view?

Such things are set in forms and reports. You do not access SQL views during normal operations.
 

Users who are viewing this thread

Back
Top Bottom