Replace blanks by text

  • Thread starter Thread starter Seaman
  • Start date Start date
Create the field as a Calculated Field

Example field row entry in design grid:
Expr1:Nz([tblTable1].[Field1], "Empty")
 
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.


.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top