StayAtHomeMom
Technical User
Hello,
I have a make-table query, with fields for that new table chosen from 2 different queries. I want to add a "blank" field to the new table, that isn't derived from either of the other queries. The values will be null to begin with, and manipulated later on in my process (with an update query). My question is, can you set the data type for that new field I want in the table? I can't seem to manipulate the properties dialog box to be of any help. When I use Commission:0 (Commission is the field name)
in the design grid, it works, but sets the data type to integer in the table, and I need it to be double. I've tried using
Commission:0.00
but that doesn't change it away from integer.
I would like to avoid going to my new table and having to change the data type there. Any hints out there?
Thanks!
I have a make-table query, with fields for that new table chosen from 2 different queries. I want to add a "blank" field to the new table, that isn't derived from either of the other queries. The values will be null to begin with, and manipulated later on in my process (with an update query). My question is, can you set the data type for that new field I want in the table? I can't seem to manipulate the properties dialog box to be of any help. When I use Commission:0 (Commission is the field name)
in the design grid, it works, but sets the data type to integer in the table, and I need it to be double. I've tried using
Commission:0.00
but that doesn't change it away from integer.
I would like to avoid going to my new table and having to change the data type there. Any hints out there?
Thanks!