I have a form.
I have 2 tables - tblCountRecords, tblCountDuplicateRecords
Each table contains one row and a value
I have inserted a bound textbox into the form and the correct count value appears.
If I try and insert another bound textbox to display the other value, the first textbox value resets to '#Name?'
So it looks like I can have only one textbox bound to the form. Is this correct or am I being a nugget?
I have 2 tables - tblCountRecords, tblCountDuplicateRecords
Each table contains one row and a value
I have inserted a bound textbox into the form and the correct count value appears.
If I try and insert another bound textbox to display the other value, the first textbox value resets to '#Name?'
So it looks like I can have only one textbox bound to the form. Is this correct or am I being a nugget?