E
Eric
Can I do math in a query?
I forgot to bind one of my text boxes to a field in a
table and I need to be able to add these up. Kind of like
a update query. I know the fields I want to add, just I
want to make sure I can do addition in a query. Here is
what I have so far:
UPDATE tblPlain SET
WHERE (((tblPlain.TotalPoints)=0));
I forgot to bind one of my text boxes to a field in a
table and I need to be able to add these up. Kind of like
a update query. I know the fields I want to add, just I
want to make sure I can do addition in a query. Here is
what I have so far:
UPDATE tblPlain SET
WHERE (((tblPlain.TotalPoints)=0));