Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Fill all Null Cells in Excel Spreadsheet with zeros or later in Access

Status
Not open for further replies.

PeanutB7

Programmer
Joined
Jun 13, 2005
Messages
56
Location
US
I am looking for a tip on how to fill all null cells in a large excel spreadsheet with zeros. I am loading the existing records into an Access database and I need to have the empty cells contain zero in order for calculations to function correctly. Is there an Access function that would update these like an Update Query. How would I make this function.

Thank you so much for the time.
 
In the VBA help file have a look to the Val and/or Nz functions.

Hope This Helps, PH.
Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886
 

Or a default value of 0 for the fields of the table
containing numbers
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top