query blank cells

tbcwarrior

Registered User.
Local time
Today, 21:04
Joined
Oct 10, 2006
Messages
26
hi all

i have created a database but didnt insert any default value at the begining and now i have blank cells in the table rather than £0.00

how would i go about querying the blank cells and then populating them with 0.00

thanks in advance

chris
 
thanks but how do i specify a blank entry ? as a blank cell is not equal to 0 is it
 
Blank = ""
Before take a copy of table.
 
I think you have to use Is Null instead of "".
 
thanks guys go it to work

i am quite new to access and will probably be asking many more questions

chris
 

Users who are viewing this thread

Back
Top Bottom