You do not mention if the fields in question are of type text, or number. If there are of type text, you can set the default value in the table definition (in design view) to "" instead of zero.
From your description of the problem I take it that all 250 fields are in one table? (question table design here?).
You can manipulate table design in code, using (as PVH says) the tabledef object of the DAO library
Also you can use DDL SQL commands (ALTER TABLE etc)
Regards
Ken Reay
Freelance Solutions Developer
Boldon Information Systems Ltd
Website needs upgrading, but for now -
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.