S
Sharon
I have an Access database in FP that I want to update. I
have the update page created with a custom query (see
next).
UPDATE bios
SET FName='::FName::'
WHERE FName="'FName'"
My problem is this... when I submit a record, it returns a
message "No Records Returned" and the record is not
updated. Is this because the database table is not
closing, or moving to the next record so that the change
cannot be saved? If so, what do I need to add to the code
above to achieve this?
Thanks in advance for any help offered.
have the update page created with a custom query (see
next).
UPDATE bios
SET FName='::FName::'
WHERE FName="'FName'"
My problem is this... when I submit a record, it returns a
message "No Records Returned" and the record is not
updated. Is this because the database table is not
closing, or moving to the next record so that the change
cannot be saved? If so, what do I need to add to the code
above to achieve this?
Thanks in advance for any help offered.