S
ServiceEnvoy
Summary: Is it possible to make one field's default value equal
another field but still allow for editing?
Details: I have an autonumber field which is the unique ID for all our
records. We also use an internalID# field. Most of the time, it's
fine if the InternalID# is the same but sometimes we need to modify
it. I would like the InternalID# field to have a default value that
automatically assigns the same ID# to the InteralID# field as is
generated with the autonumber ID field.
Is this possible to do from the table or do I have to do an "after
update" event on the forms? Please tell me what coding I would need
to make this happen.
another field but still allow for editing?
Details: I have an autonumber field which is the unique ID for all our
records. We also use an internalID# field. Most of the time, it's
fine if the InternalID# is the same but sometimes we need to modify
it. I would like the InternalID# field to have a default value that
automatically assigns the same ID# to the InteralID# field as is
generated with the autonumber ID field.
Is this possible to do from the table or do I have to do an "after
update" event on the forms? Please tell me what coding I would need
to make this happen.