Hi.
I have txtfields1.Text and txtfields2.Text defined. Txtfields1.Text refers to month and txtfields2.Text refers to Year(yy). How do I connect the two values to output only as one in table or file fieldname : BIDDATE. Appreciate any help you can give me. For example :
TxtFields1.Text (Value) = 11
TxtFields2.Text (Value) = 01
When you output this in the file should be 11/01 ? How is this defined in VB. Thanks.
I have txtfields1.Text and txtfields2.Text defined. Txtfields1.Text refers to month and txtfields2.Text refers to Year(yy). How do I connect the two values to output only as one in table or file fieldname : BIDDATE. Appreciate any help you can give me. For example :
TxtFields1.Text (Value) = 11
TxtFields2.Text (Value) = 01
When you output this in the file should be 11/01 ? How is this defined in VB. Thanks.