Home Code Update a domain name in a Microsoft Access database field

Update a domain name in a Microsoft Access database field

1505
0

This is just for my own notes because I use this code infrequently and don’t like to retype it.  If you need to update an email field and change the domain, use this code:

Mid([contactpoint],1,InStr(1,[contactpoint],”@”))+”finished_domain.com”

Make sure you’re only selecting the data you wish to update.

Previous articleTest Credit Card Numbers
Next articleNTLDR is missing

LEAVE A REPLY

Please enter your comment!
Please enter your name here