cancer2006
Programmer
I have two fields thtat needs to be identical. the data in these two fields is coming from the third field. for example
COL1 COL2 COL3
xx1234 999-99-9999 xx1256
the end result should be
COL1 COL2 COL3
bb9999 999-99-9999 bb9999 where b= blank space
I am using ACCESS 97. I am thinking, that I have to use visual basic. recordset data type. But how am I going to update fields. Can I use SQL statements from Visual Basic?
Can you point me in the right direction please. Thanks.
COL1 COL2 COL3
xx1234 999-99-9999 xx1256
the end result should be
COL1 COL2 COL3
bb9999 999-99-9999 bb9999 where b= blank space
I am using ACCESS 97. I am thinking, that I have to use visual basic. recordset data type. But how am I going to update fields. Can I use SQL statements from Visual Basic?
Can you point me in the right direction please. Thanks.