S
skc
I have developed a custom web application, where I am
updating a record in my Access 2000 table using the UPDATE
query.
Now I wish to blank some fields from a record. I am using
the syntax:
UPDATE tablename Set fieldtoblank1=' ', fieldtoblank2=' '
WHERE ID='::ID::'
....but this does not work.
I need help.
Thanks,
skc
updating a record in my Access 2000 table using the UPDATE
query.
Now I wish to blank some fields from a record. I am using
the syntax:
UPDATE tablename Set fieldtoblank1=' ', fieldtoblank2=' '
WHERE ID='::ID::'
....but this does not work.
I need help.
Thanks,
skc