fill in all blank cells of table

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,
How would I place a " " in all blank cells of a table?

I've found that if I export the table as text into Dreamweaver I can do,
among other
things, create alternating colored rows. If the blank cells contain a
"&nbps;" the table will render correctly on the web.

Thanks for your help,
Ellen
 
I Karl,
Thanks for responding to my question. After I pressed the "post" button, I
remembered that I need an update query to add spaces to empty cells.

Bye,
Ellen
 
An update query would be you best option.

Choose the field with the criteria Is Null and the Update To would be " "
that might work.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top