G
Guest
Hi
I have an unbound text box (Text34) in the form header.
I have field in the form (Business Unit) formatted as Text and uses a cbo from tblBunit ( only 5 units).
When the user enters data, they normally do so via an invoice that is specific to a business unit. So to get around typing CRT01234 100's of times, if I type it once into text box (Text34) it becomes the default. Then when I come to business unit CRT01556, I simply type this into the same txt box.
How do I do this?
I've tried setting the properties default to the text box (=txt[Text34], but it only updates when I go from form view to design view and back to form view.
Thanks
Harry
I have an unbound text box (Text34) in the form header.
I have field in the form (Business Unit) formatted as Text and uses a cbo from tblBunit ( only 5 units).
When the user enters data, they normally do so via an invoice that is specific to a business unit. So to get around typing CRT01234 100's of times, if I type it once into text box (Text34) it becomes the default. Then when I come to business unit CRT01556, I simply type this into the same txt box.
How do I do this?
I've tried setting the properties default to the text box (=txt[Text34], but it only updates when I go from form view to design view and back to form view.
Thanks
Harry