Coady.Barrie
New member
- Local time
- Yesterday, 22:40
- Joined
- Jan 25, 2017
- Messages
- 4
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 data does not carry over.
Any help is appreciated.
Thanks
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 data does not carry over.
Any help is appreciated.
Thanks