Update Query

M

May

This is not a hard job, but tough to explain how to do it.
dim rst as new adodb.recordset
dim criter as string
dim result as string
rst.open "tablename", currentproject.connection,
adopenkeyset

do until rst.eof
for i = 1 to len(rst!name)
criter = mid(rst!name,i,1)
case a
result = "01"
case b
result = "02"
so on and on
hope you have an idea now

May
MCP in Access and SQL Server
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top