L
Lakota2k
Ok Here is the question..
I am running an update querry that is being called from a button in a form.
The query askes the user 2 questions?
Please enter the old serial number
then
Please enter a new serial number
Here is the catch:
I am asking these questions that will be answered by using a symbol scanner
and barcodes.
The scanner is attached to a tablet pc so adding an automatic hard return or
carriage return after the client has scanned the barcode would allow them to
keep scanning without having to stop scanning and use a pen tool to hit the
enter key.
The code looks like this:
UPDATE MONITOR SET MONITOR.[New Serial No] = [Scan New Monitor Serial Here]
WHERE (((MONITOR.SerialNo)=[Scan Serial Number Here]));
Is it possible to add a return after each question?
Thanks
Chris
I am running an update querry that is being called from a button in a form.
The query askes the user 2 questions?
Please enter the old serial number
then
Please enter a new serial number
Here is the catch:
I am asking these questions that will be answered by using a symbol scanner
and barcodes.
The scanner is attached to a tablet pc so adding an automatic hard return or
carriage return after the client has scanned the barcode would allow them to
keep scanning without having to stop scanning and use a pen tool to hit the
enter key.
The code looks like this:
UPDATE MONITOR SET MONITOR.[New Serial No] = [Scan New Monitor Serial Here]
WHERE (((MONITOR.SerialNo)=[Scan Serial Number Here]));
Is it possible to add a return after each question?
Thanks
Chris