fuzzygeek
Energy Ebbing
- Local time
- Today, 22:22
- Joined
- Mar 28, 2003
- Messages
- 989
Response to earlier posting
Didn't see the question until today. dcx693 was correct, Manu,
UPDATE tblTest SET tblTest.Phone = fncEditPhoneNumbers([Phone]) WHERE (("1"="1")); the WHERE clause is not needed. Sorry reversion to something I had to do in Access 2.0 about 8 years ago.
I like raskew "chopit" function much better. Can use it for multiple items...great idea!
Good luck Manu! The great thing about this forum is the diversity of methods that appear and the number of people willing to share so that even old dogs can learn new tricks. ruff!
Didn't see the question until today. dcx693 was correct, Manu,
UPDATE tblTest SET tblTest.Phone = fncEditPhoneNumbers([Phone]) WHERE (("1"="1")); the WHERE clause is not needed. Sorry reversion to something I had to do in Access 2.0 about 8 years ago.
I like raskew "chopit" function much better. Can use it for multiple items...great idea!
Good luck Manu! The great thing about this forum is the diversity of methods that appear and the number of people willing to share so that even old dogs can learn new tricks. ruff!