Update form

E

Elwin

A value in an autonumber field is assigned by your
database when the record is added to the table. It's not
updateable, so you can't make use of cascade updates with
it. Use a numeric LONG integer data type instead.

You can set up cascade updates from as many tables as you
like.
 

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

Top