B
Bonnie
Can anyone tell my why my following “Run SQL†update statement is not
working, please?
I want Access to look in my “UPC DESC†column for any product with
“strawberry†in the name.
It could be:
8†Strawberry Shortcake
Strawberry Cream Pie
4†Strawberry tort
Etc.
Then, when it finds these products I want it to enter “Strawberry†in the
“FLAVOR†column.
The table is titled: “FYCâ€
This is how I have written it:
UPDATE FYC SET Berry = 'Strawberry' WHERE [UPC Desc] = '*strawberry*' and
Division = 'ACME'
What am I doing wrong?
working, please?
I want Access to look in my “UPC DESC†column for any product with
“strawberry†in the name.
It could be:
8†Strawberry Shortcake
Strawberry Cream Pie
4†Strawberry tort
Etc.
Then, when it finds these products I want it to enter “Strawberry†in the
“FLAVOR†column.
The table is titled: “FYCâ€
This is how I have written it:
UPDATE FYC SET Berry = 'Strawberry' WHERE [UPC Desc] = '*strawberry*' and
Division = 'ACME'
What am I doing wrong?