N
NNlogistics
I am using one form for two slightly different purposes. I want to be able
to have one txt box have 2 different Data control source's.
1 = existing customer 2 =new customer
So something like "on open event"
if "txtboxusedTodiffertiatebetweenforms =1 then
me.txtboxXXXXX.property.ControlSource = tblx.fld1
else
me.txtboxXXXXX.property.ControlSource = tbly.fld2
end if
In short can I change the control source on the fly.
I hope this is fairly clear.
to have one txt box have 2 different Data control source's.
1 = existing customer 2 =new customer
So something like "on open event"
if "txtboxusedTodiffertiatebetweenforms =1 then
me.txtboxXXXXX.property.ControlSource = tblx.fld1
else
me.txtboxXXXXX.property.ControlSource = tbly.fld2
end if
In short can I change the control source on the fly.
I hope this is fairly clear.