I am new to VBA and I doing this is my first Access project.
I get a response from a user all the time as "USA ...". I really need to put "USA" into the database. How can I do this in VBA? I am used to the c programming language where I can loop through the string array looking for ".". Is there a way to get the string into an array? I can loop for ".", unless there is an easier way.
I get a response from a user all the time as "USA ...". I really need to put "USA" into the database. How can I do this in VBA? I am used to the c programming language where I can loop through the string array looking for ".". Is there a way to get the string into an array? I can loop for ".", unless there is an easier way.