S
Studebaker
Hello,
I have a small test table called 'Flavors'. It has 2 fields:
Field 1: 'FlavorID' and
Field 2: 'Flavor'.
In the 'Flavor' field I have different flavors of ice cream like vanilla,
chocolate, etc.
I tried to create an Update Query that would change 'chocolate' in the
'Flavor' field to 'peppermint'--it didn't work.
In the "UpdateTo" row of the Update Query I put [Flavor]="Peppermint" and
in the "Criteria" row of the query I put "Chocolate".
When I run the query the 'chocolate' in the Flavor field has a 0 in it.
How do I make this run properly?
Thanks
I have a small test table called 'Flavors'. It has 2 fields:
Field 1: 'FlavorID' and
Field 2: 'Flavor'.
In the 'Flavor' field I have different flavors of ice cream like vanilla,
chocolate, etc.
I tried to create an Update Query that would change 'chocolate' in the
'Flavor' field to 'peppermint'--it didn't work.
In the "UpdateTo" row of the Update Query I put [Flavor]="Peppermint" and
in the "Criteria" row of the query I put "Chocolate".
When I run the query the 'chocolate' in the Flavor field has a 0 in it.
How do I make this run properly?
Thanks