All,
I am using a barcode scanner to input book data into Access.  Using
the barcode, I compute the ISBN including the check digit.  But, when
the barcode is unreadable I want to allow the user to input the ISBN
instead.  I have already solved the problem by using a series of "Mid"
instructions.  But, I was researching string manipulation and ran
across it in VBA.net.  There are many string manipulation functions
there.  So I experimented with taking out the dashes   "WorkStr = 
ISBN("-", "")"  My Access told me there was no such thing as
"Replace".  Is there a way for me to utilize these .net methods?
Also, does anybody have a good simple example of RegEx in Access VBA. 
Dick





 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/ms_access/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/ms_access/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[EMAIL PROTECTED] 
    mailto:[EMAIL PROTECTED]

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 

Reply via email to