Hi
I thought this was an easy task, but has proved not. The people scan the barcode on the parent form on the control called txtProductCode that works fine no issues data is transfered to the subform, but the second scan for the next line item the cursor does not set focus on txtProductCode users have to click the control txtProductCodesor for the scanner to scan in the right box. Is there a way to make sure that the cursor is always set focus on txtProductCode.
I have tried the following nothing is working
form current event
Me.txtProductCode.setfus
It does not work
I thought this was an easy task, but has proved not. The people scan the barcode on the parent form on the control called txtProductCode that works fine no issues data is transfered to the subform, but the second scan for the next line item the cursor does not set focus on txtProductCode users have to click the control txtProductCodesor for the scanner to scan in the right box. Is there a way to make sure that the cursor is always set focus on txtProductCode.
I have tried the following nothing is working
form current event
Me.txtProductCode.setfus
It does not work