im trying to get the following statment working but not haveing much luck:
UPDATE Results
SET follow_up='::follow_up::',fixed='::fixed::',Assigned_To='::Assigned_To::',SVR_No='::SVR_No::',Target_Date='::Target_Date::'
where ID=::ID::
UPDATE Results
Set Completed_Date='::Completed_Date::'
Where Completed_Date='::null::'
and fixed=::Close::
both work on there own but not with both at once i tryed mearging them in to one with no luck. this is for a form that updates data in a database.
anyone know what i am doing wrong?
also what is the null command in FP SQL? is it Where Completed_Date='null'???
Thanks for any help
UPDATE Results
SET follow_up='::follow_up::',fixed='::fixed::',Assigned_To='::Assigned_To::',SVR_No='::SVR_No::',Target_Date='::Target_Date::'
where ID=::ID::
UPDATE Results
Set Completed_Date='::Completed_Date::'
Where Completed_Date='::null::'
and fixed=::Close::
both work on there own but not with both at once i tryed mearging them in to one with no luck. this is for a form that updates data in a database.
anyone know what i am doing wrong?
also what is the null command in FP SQL? is it Where Completed_Date='null'???
Thanks for any help