CStr function

  • Thread starter Thread starter Christy
  • Start date Start date
C

Christy

Can someone tell me what the Function CStr does? And how
to use it..I am revising a query previously written by
someone else.

Is there a website that list all of the Functions & there
meaning with examples. Access Help does not have a
description of all functions.

Thanks.
 
Christy

You can look up the function in the help file.
Cstr() converts the data to string.

Such an example would be reading a numeric value from a table. It may be
necessary to convert it to a string so that it can be displayed or written
elsewhere.

HTH

--
Rob

FMS Professional Solutions Group
http://www.fmsinc.com/consulting

Software Tools for .NET, SQL Server, Visual Basic & Access
http://www.fmsinc.com

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
Back
Top