I have added the following code to my database Private Sub Upper_Work_Roll_Serial__AfterUpdate()
Me.Upper_Work_Roll_Serial_.DefaultValue = """" & Me.Upper_Work_Roll_Serial_.Value & """"
End Sub
to allow for the carrying over of data from a previous record to the new record, however the...