P
pedro
Hi,
I have in my table a field which contains values like '107/000001'. I
trying to split up this value into two textboxes using the left and
right expression in the control source.
textBox1.controlSource : '=Left(Loans!LoanId; 4)'
textBox2.controlSource : '=Right(Loans!LoanId; 6)'
When displaying the form I get this as content of the textboxes
'#Name?'
Does anyone know why?
I have in my table a field which contains values like '107/000001'. I
trying to split up this value into two textboxes using the left and
right expression in the control source.
textBox1.controlSource : '=Left(Loans!LoanId; 4)'
textBox2.controlSource : '=Right(Loans!LoanId; 6)'
When displaying the form I get this as content of the textboxes
'#Name?'
Does anyone know why?