D
DS
I need to set a control source of an unbound textbox on an unbound form.
I'm first setting the recordsource and then i want to set the unbound
textbox from that recorsource.
I tried this but it neither one works.
Forms!frmOne!TxtBox.ControlSource = tblCustomers.CussID
Forms!frmOne!TxtBox.ControlSource = CussID
Any help appreciated.
Thanks
DS
I'm first setting the recordsource and then i want to set the unbound
textbox from that recorsource.
I tried this but it neither one works.
Forms!frmOne!TxtBox.ControlSource = tblCustomers.CussID
Forms!frmOne!TxtBox.ControlSource = CussID
Any help appreciated.
Thanks
DS