Hi,
I created a data entry form and would like to allow users to type from the keyboard in some textboxes, but i would like other textboxes in the same form not to allow users to type from the keyboard but they can use an scanner to scan a barcode, i don't want them to type in those textboxes cause they make mistakes but when scanning there is no such a mistake, is there anyway to disable the keyboard for the textboxes i want ?
The other issue i have is that each textboxes have a valid event but if the users decide to close the form before finishing that whole data entry screen, they can not close the form cause each of the texboxes are not filled with data, then they will get the message i put in the valid event for that texbox that can not be empty and of course the user have to fill all the texboxes in order to delete the record or to close it , can you help me out here what should i do to fix it and in what property i should put the code ?
Thanks
I created a data entry form and would like to allow users to type from the keyboard in some textboxes, but i would like other textboxes in the same form not to allow users to type from the keyboard but they can use an scanner to scan a barcode, i don't want them to type in those textboxes cause they make mistakes but when scanning there is no such a mistake, is there anyway to disable the keyboard for the textboxes i want ?
The other issue i have is that each textboxes have a valid event but if the users decide to close the form before finishing that whole data entry screen, they can not close the form cause each of the texboxes are not filled with data, then they will get the message i put in the valid event for that texbox that can not be empty and of course the user have to fill all the texboxes in order to delete the record or to close it , can you help me out here what should i do to fix it and in what property i should put the code ?
Thanks