Global change of fields

M

Martin Stabrey

Hi all

Completely new to Access, and I'm wanting to chane all fields in my DB that
are presently unpopulated to contain ---
There are text fields and dropdown list fields in the DB. How can I do this?

TIA

Mart
 
J

Jerry Whittle

You want to put three dashes --- in all empty fields? You DON'T do this. It
would be a mistake. A null value in a field is perfectly acceptable. Also you
couldn't do this in number or date fields anyway.
 
Top