Replace blanks by text

S

Seaman

How can I replace blank cells with the word "empty" in the
results from a query.
 
W

Wayne Morgan

Create the field as a Calculated Field

Example field row entry in design grid:
Expr1:Nz([tblTable1].[Field1], "Empty")
 
S

Seaman

Thanks it works !
-----Original Message-----
Create the field as a Calculated Field

Example field row entry in design grid:
Expr1:Nz([tblTable1].[Field1], "Empty")

--
Wayne Morgan
Microsoft Access MVP


Seaman said:
How can I replace blank cells with the word "empty" in the
results from a query.


.
 
Top