G
gjameson via AccessMonster.com
I have a database that I want to keep track of a number list for meters that
is unique.
Meters have to have a unique number assigned to them. We order these in
batches. What I am trying to do is carry over my Ending Meter Number field to
the new record field of Begin Meter Number. I have a formula to correctly
come up with the Ending Meter Number. I have tried several different
approaches, but nothing seems to work.
I have tried this :
Private Sub Form_BeforeInsert(Cancel As Integer)
Me.[Begin Meter Number] = Me.[End Meter Number]
End Sub
TIA,
Gerald
is unique.
Meters have to have a unique number assigned to them. We order these in
batches. What I am trying to do is carry over my Ending Meter Number field to
the new record field of Begin Meter Number. I have a formula to correctly
come up with the Ending Meter Number. I have tried several different
approaches, but nothing seems to work.
I have tried this :
Private Sub Form_BeforeInsert(Cancel As Integer)
Me.[Begin Meter Number] = Me.[End Meter Number]
End Sub
TIA,
Gerald