J
Jimbo
I am creating my first Access DB - and have succeeded ti creating an update
query which works - except for the part where I try to update a field :"in
place" by 1
The way I have the query set up is
Field - NumParts
Table - Members
Update to: [Members]![NumParts] : «Expr» ([Members]![NumParts] + 1)
I have tried moving/adding/removing Parentheses but I always get a syntax
error
Can you help ?
Many Thanks
JM
query which works - except for the part where I try to update a field :"in
place" by 1
The way I have the query set up is
Field - NumParts
Table - Members
Update to: [Members]![NumParts] : «Expr» ([Members]![NumParts] + 1)
I have tried moving/adding/removing Parentheses but I always get a syntax
error
Can you help ?
Many Thanks
JM