M
Matt Shudy
Hi,
I am using fp to update a access db table. Here is my sql
statement:
UPDATE Budget
SET Value='::Value::'
WHERE Location='::Location::'
I get an error when i try to verify the query. I know it
has to do with the "value", in access it is set as a
number-decimal, is there another way to say
Value='::Value::' when it is defined in access as a number-
decimal?
Thanks,
Matt Shudy
I am using fp to update a access db table. Here is my sql
statement:
UPDATE Budget
SET Value='::Value::'
WHERE Location='::Location::'
I get an error when i try to verify the query. I know it
has to do with the "value", in access it is set as a
number-decimal, is there another way to say
Value='::Value::' when it is defined in access as a number-
decimal?
Thanks,
Matt Shudy