How do I create a calculated field which displays a auto number ?

A

Adrian

Thanks for the advice. I will reconsider...

--
Regards,
Adrian
Joseph Meehan said:
Adrian said:
Hi,

How do I create a calculated field which displays an auto number
? Thanks.

You should be able to do it in a query eg:
"calkauto:[table.Autonumber]+56"

However, are you really sure you want to use an Autonumber in a
calculated field? The nature of Autonumbers make them unsuitable for most
uses other than as links and normally should not be visible to the user.
 
Top