Hi!
Could anyone help me with this:
I have a table with 50 fields (all text) and I would like to run an update query on all of these, here's an example:
The fields are numbered 1-50
I appreciate any help
Thanks
Could anyone help me with this:
I have a table with 50 fields (all text) and I would like to run an update query on all of these, here's an example:
Code:
UPDATE Sheet1 SET Sheet1.[28] = 0
WHERE (((Sheet1.[28])=""));
The fields are numbered 1-50
I appreciate any help
Thanks