G
Guest
Hi!
I have an unbound F_Mainform form with one combo box, based in T_XPTO, where
the Field Size this field to choose, is 100 characters.
This F_Mainform has one subform with text box to show us the option choosed
in combo box (in F_Mainform).
In this text box has in Default Vale:
=[Forms].[F_Mainform].[cboEstabS].[Column](1)
Work fine if string wil even have to 50 characters. Contrary case, in text
box show, in subform, show us the #Error message.
Why? I woul like the solution to this.
Tanks in advance.
an
I have an unbound F_Mainform form with one combo box, based in T_XPTO, where
the Field Size this field to choose, is 100 characters.
This F_Mainform has one subform with text box to show us the option choosed
in combo box (in F_Mainform).
In this text box has in Default Vale:
=[Forms].[F_Mainform].[cboEstabS].[Column](1)
Work fine if string wil even have to 50 characters. Contrary case, in text
box show, in subform, show us the #Error message.
Why? I woul like the solution to this.
Tanks in advance.
an