Hello everyone,
I am not very experienced in Access and I have extensively researched on this but couldn't find any way to do the following:
- i will be scanning a barcode which has multiple parts of information that needs to go in different fields on my form
- these fields will be separated by a semicolon (
- i can change that to anything really
- when i scan in access, i am trying to get access to recognize the semicolon and replace with a tab so that it looks like following:
one textbox where i will be scanning: textbox1;textbox2;textbox3
and i need those values to go into individual textboxes so it looks like:
textbox1 value = textbox1
textbox2 value = textbox2
textbox3 value = textbox3
i have tried using the replace function in access vba but I couldn't achieve that. I have used vba tab codes "vbTab" but it doesn't work when i scan it.
Any suggestion? Recommendations? Work around?
Thanks!
I am not very experienced in Access and I have extensively researched on this but couldn't find any way to do the following:
- i will be scanning a barcode which has multiple parts of information that needs to go in different fields on my form
- these fields will be separated by a semicolon (

- when i scan in access, i am trying to get access to recognize the semicolon and replace with a tab so that it looks like following:
one textbox where i will be scanning: textbox1;textbox2;textbox3
and i need those values to go into individual textboxes so it looks like:
textbox1 value = textbox1
textbox2 value = textbox2
textbox3 value = textbox3
i have tried using the replace function in access vba but I couldn't achieve that. I have used vba tab codes "vbTab" but it doesn't work when i scan it.
Any suggestion? Recommendations? Work around?
Thanks!