Hello
This is probably not the right forum, but i was hoping someone could help all the same.
I am trying to create a new id for each record created in the form. The way the record is being created is by using the following formula in the text box control source
="DR" & [ID]
The ID is the table autonumber, the prefix is the department id.
In the table there is a further column called [Dept ID], basically i would like this to be updated with the new id, but i obviously the the control source has been taken up with the above formula, so it won't update.
This is probably not the right forum, but i was hoping someone could help all the same.
I am trying to create a new id for each record created in the form. The way the record is being created is by using the following formula in the text box control source
="DR" & [ID]
The ID is the table autonumber, the prefix is the department id.
In the table there is a further column called [Dept ID], basically i would like this to be updated with the new id, but i obviously the the control source has been taken up with the above formula, so it won't update.