G
Guest
I have a text box in the detail called txtAccountNo. It populates from a
variable called AccountNo and it is usually 13 characters long. However, if
the record being read has AccountType = "WC" or "CO", then I want
txtAccountNo to display only the first 6 characters of the AccountNo. I tried
to manipulate .ControlSource as a property or method of Me!txtAccountNo but
got nowhere. Can anyone help me with this please?
variable called AccountNo and it is usually 13 characters long. However, if
the record being read has AccountType = "WC" or "CO", then I want
txtAccountNo to display only the first 6 characters of the AccountNo. I tried
to manipulate .ControlSource as a property or method of Me!txtAccountNo but
got nowhere. Can anyone help me with this please?