newfrontiers
Programmer
Hello, I only post items here after spinning wheels for more than 3 days. And boy am I spinning them this time.
I have a form that when a specific textbox (txt0) is doubled clicked it opens an instance of another form and sets the recordsource using a number from textbox (txt1).
The problem I have is that I cannot get the number from txt1 into the form instance textbox called (txtINo).
I am trying to reference the form instance txtINo as Me.txtIno. Is this the problem?
Thanks.
I have a form that when a specific textbox (txt0) is doubled clicked it opens an instance of another form and sets the recordsource using a number from textbox (txt1).
The problem I have is that I cannot get the number from txt1 into the form instance textbox called (txtINo).
I am trying to reference the form instance txtINo as Me.txtIno. Is this the problem?
Thanks.