Hi,
I have a field Invoice Date and a field Invoice Month.
On my form how do I get the Month part of the Invoice Date to populate into Invoice Month?
Tried this
Private Sub DateContractSigned_AfterUpdate()
Me.MonthSigned = DateContractSigned(Month)
End Sub
But no joy.
Anyone?
Also anyone know how I can get the letters HH to populate at the start of my invoiceRef field so every invoice will start with HH?
Thanks
I have a field Invoice Date and a field Invoice Month.
On my form how do I get the Month part of the Invoice Date to populate into Invoice Month?
Tried this
Private Sub DateContractSigned_AfterUpdate()
Me.MonthSigned = DateContractSigned(Month)
End Sub
But no joy.
Anyone?
Also anyone know how I can get the letters HH to populate at the start of my invoiceRef field so every invoice will start with HH?
Thanks