G
Guest
Hi all,
I have a form on which there is a combo-box drop down from which users
select an account number. It contains 2 columns, the first being the account
number, and the second being the account name. Below this combo-box is a
text box (txt_account_name) that has thefollowing as the control source:
=[cbo_Account_No].[column](1)
It is supposed to automatically fill in the account name.
My problem is that it does sometimes and sometimes it doesn't. When the
account number has a leading zero, the account name is not filling in.
Can anyone tell me how to fix this problem? I have even removed the
formatting to get rid of the leading zero but it is still not autofilling.
Why would it even matter?
Thanks
I have a form on which there is a combo-box drop down from which users
select an account number. It contains 2 columns, the first being the account
number, and the second being the account name. Below this combo-box is a
text box (txt_account_name) that has thefollowing as the control source:
=[cbo_Account_No].[column](1)
It is supposed to automatically fill in the account name.
My problem is that it does sometimes and sometimes it doesn't. When the
account number has a leading zero, the account name is not filling in.
Can anyone tell me how to fix this problem? I have even removed the
formatting to get rid of the leading zero but it is still not autofilling.
Why would it even matter?
Thanks