Cosmos75
Registered User.
- Local time
- Today, 03:08
- Joined
- Apr 22, 2002
- Messages
- 1,281
I have a Make-Table query that pulls info from a table, makes a new table with the info and adds a column with a default value of 0.
The expression that I use for the added column is Usage: 0
The problem is the new table generated by the Make-table query formats my new column Usage as a LONG INTEGER number and I want it to be formated as a DOUBLE number.
How do I do this??

The expression that I use for the added column is Usage: 0
The problem is the new table generated by the Make-table query formats my new column Usage as a LONG INTEGER number and I want it to be formated as a DOUBLE number.
How do I do this??
