I am using Access 2000 and I would like to update a field using an
update query. Lets call the field that I would like to update
[table1]![hyperlink]. Table1 also contains a field called [table1]!
[email]. I would like to update [table1]![hyperlink] to show the
following,
"testsmith@virt ualworld.net" where smith@virtualwo rld.net is stored in
[table1]![email]
If I enter the following into my updateto query, "test" & [email] I
can't display the " at the beginning and end of the field.
How can I add the "" to [table1]![hyperlink] field via an update
query?
I must be simple syntax to get the " at the start and end of the
field, but I don't know it.
Regards,
Paul
update query. Lets call the field that I would like to update
[table1]![hyperlink]. Table1 also contains a field called [table1]!
[email]. I would like to update [table1]![hyperlink] to show the
following,
"testsmith@virt ualworld.net" where smith@virtualwo rld.net is stored in
[table1]![email]
If I enter the following into my updateto query, "test" & [email] I
can't display the " at the beginning and end of the field.
How can I add the "" to [table1]![hyperlink] field via an update
query?
I must be simple syntax to get the " at the start and end of the
field, but I don't know it.
Regards,
Paul
Comment