Hi,
I am very new to MS Access and to VBA. I have a field in a table in MS Access that contains data in the format: xx-xxxx.xx , where x is a character.
I need to be able to compare this field with another field in a different table with the format as: xxxxxxxx. I would like to know how to write a procedure that I could run one time, to either remove the '-' and '.' from the first field, or add the '-' and '.' to the second field. Any advice on how to begin something like this (or some good references) would be greatly appreciated.
Thanks in advance,
Morgan23.
I am very new to MS Access and to VBA. I have a field in a table in MS Access that contains data in the format: xx-xxxx.xx , where x is a character.
I need to be able to compare this field with another field in a different table with the format as: xxxxxxxx. I would like to know how to write a procedure that I could run one time, to either remove the '-' and '.' from the first field, or add the '-' and '.' to the second field. Any advice on how to begin something like this (or some good references) would be greatly appreciated.
Thanks in advance,
Morgan23.