D
Dave Schoenbrun
I've got a Make Table query that will run when a user clicks a form button.
The table being created has 4 fields: 3 fields from existing tables and one
"blank" field that I created in the query by giving the name the field:
Amount: ""
This creates a blank field that becomes an editable field when referenced.
I'd like to use my code to set the Data Type of this field in the newly
created table to Currency. I'm having a heck of a time figuring out how to
reference this field.
any suggestions?
The table being created has 4 fields: 3 fields from existing tables and one
"blank" field that I created in the query by giving the name the field:
Amount: ""
This creates a blank field that becomes an editable field when referenced.
I'd like to use my code to set the Data Type of this field in the newly
created table to Currency. I'm having a heck of a time figuring out how to
reference this field.
any suggestions?