J
jgraves
I am using Access 2003. I am using the "Make Table" query to create a new
table that contains records from an existing table plus creating some new
fields using the "NewField:Null" syntax in the design view of the query
writer.
I have also written update queries to be run after the make table query to
update these new fields.
Problem is, I am trying to update the new fields with a mathematical
equation. Since the field defaults to "Binary" as a data type for the field
created, I get garble in the new field after I run this update query. (Looks
to me like it could be Asian characters) If I change the field manually after
the make-table query runs, then no problem, it updates fine.
I am looking to automate this whole process and would like to avoid the
manual intervention of having to change the field data types.
Anyone know if it is possible to specify the data type of the new field
within the make table query?
table that contains records from an existing table plus creating some new
fields using the "NewField:Null" syntax in the design view of the query
writer.
I have also written update queries to be run after the make table query to
update these new fields.
Problem is, I am trying to update the new fields with a mathematical
equation. Since the field defaults to "Binary" as a data type for the field
created, I get garble in the new field after I run this update query. (Looks
to me like it could be Asian characters) If I change the field manually after
the make-table query runs, then no problem, it updates fine.
I am looking to automate this whole process and would like to avoid the
manual intervention of having to change the field data types.
Anyone know if it is possible to specify the data type of the new field
within the make table query?