D
DS
I'm using this DLast statement for a field with these values...
1, 1A, 1B etc...
I'm tryimg to get the alpha part. I need to know what the last letter
used is, this only returning the number part. Any help appreciated. Thanks
DS
Me.Txt1 = DLast("CheckName", "Sales", "CheckName ='" & Me.Txt2 & "' and
Paid=False")
1, 1A, 1B etc...
I'm tryimg to get the alpha part. I need to know what the last letter
used is, this only returning the number part. Any help appreciated. Thanks
DS
Me.Txt1 = DLast("CheckName", "Sales", "CheckName ='" & Me.Txt2 & "' and
Paid=False")