Hi,
I have a table with several (many) fields and for each field I have some empty values (cells). For now, I made an update-query for each field, for example: IIf(IsNull([Man1Type]),"0",[Man1Type]).
This works, however, as there are many fields I was searching for an automatic code (using VBA?) to replace all empty cells in the large table at once. I tried to use the function Nz() but without succes (you also need to do it for each field in a query wich comes to the same as the solution above).
Does someone has an idea how to automate this?
Thanks a lot on forehand!
Leen
I have a table with several (many) fields and for each field I have some empty values (cells). For now, I made an update-query for each field, for example: IIf(IsNull([Man1Type]),"0",[Man1Type]).
This works, however, as there are many fields I was searching for an automatic code (using VBA?) to replace all empty cells in the large table at once. I tried to use the function Nz() but without succes (you also need to do it for each field in a query wich comes to the same as the solution above).
Does someone has an idea how to automate this?
Thanks a lot on forehand!
Leen