M
michael munson
I want to make a VERY simple query. I have a fieldname [web] which
contains URLs. Unfortunately, some of the fields contain data
formatted as www.website.com and some are http://www.website.com I
need all records to have http:// before the website address.
I can't seem to make the query work to make all fields be consistent.
I tried the following (but it resulted in putting http:// in front of
EVERY record... so the ones that already began with http:// had two.)
web2: IIf([web] Like "http://",[web],"http://"+[web])
How can i restructure this (or do something else) to make all my
fields consistent?
thanks.
michael munson
(e-mail address removed)
contains URLs. Unfortunately, some of the fields contain data
formatted as www.website.com and some are http://www.website.com I
need all records to have http:// before the website address.
I can't seem to make the query work to make all fields be consistent.
I tried the following (but it resulted in putting http:// in front of
EVERY record... so the ones that already began with http:// had two.)
web2: IIf([web] Like "http://",[web],"http://"+[web])
How can i restructure this (or do something else) to make all my
fields consistent?
thanks.
michael munson
(e-mail address removed)