M
mcrimmins55
I have a make table query. I am querying an existing table, not making a brand new one.
In my new table, I want a few fields from the existing table and new field that is not in the existing table. My new field is called "Test." I want this field to show the value 1 for all records in the table I am making.
Right now, the user running the query must enter the number 1. Here's how that part of the query looks:
[Enter 1] AS Test
I would prefer that the query just assign the number 1 to the TEST field without any user input at all. Maybe someone can help?
Thanks,
Mike
In my new table, I want a few fields from the existing table and new field that is not in the existing table. My new field is called "Test." I want this field to show the value 1 for all records in the table I am making.
Right now, the user running the query must enter the number 1. Here's how that part of the query looks:
[Enter 1] AS Test
I would prefer that the query just assign the number 1 to the TEST field without any user input at all. Maybe someone can help?
Thanks,
Mike