Re: append contents of field to another field
- From: "Dirk Goldgar" <dg@xxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 25 Apr 2005 12:39:26 -0400
"RipperT @comcast.net>" <rippertsmith<nospam> wrote in message
news:erANMbFSFHA.3296@xxxxxxxxxxxxxxxxxxxx
>> It's easy enough to do, but why do it?
>
> I have field two in a form with a button next to it whose On_click
> event contains this:
>
> Application.FollowHyperlink Me.Field2, , True
>
> If I create a query with the concatenation, how will I adjust the
> above line of code to open the link? And, I'm thinking it will be
> slower in opening, too, but maybe not. What do you think?
I agree with everything Rick Brandt has posted in this thread. As an
alternative, if both Field1 and Field2 are present in your form's
recordsource, you could -- without changing anything else -- change the
line of code you posted above to this:
Application.FollowHyperlink Me.Field2 & Me.Field1, , True
--
Dirk Goldgar, MS Access MVP
www.datagnostics.com
(please reply to the newsgroup)
.
- References:
- append contents of field to another field
- From: RipperT
- Re: append contents of field to another field
- From: Dirk Goldgar
- Re: append contents of field to another field
- From: RipperT
- append contents of field to another field
- Prev by Date: Re: Using "Like" in VB
- Next by Date: Re: Set Focus & 2108 error
- Previous by thread: Re: append contents of field to another field
- Next by thread: Filter between dates
- Index(es):
Relevant Pages
|