Re: Duplicating information
- From: sungrafix <sungrafix@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 27 May 2005 13:51:45 -0700
THanks for the info!... Was very helpful
"Douglas J. Steele" wrote:
> Something like
>
> Private Sub Textbox1_AfterUpdate()
> If Len(Me!Textbox2 & "") = 0 Then
> Me!Textbox2 = Me!Textbox1
> End If
> End Sub
>
> If you're REALLY new, to do this, look at the properties of Textbox1. Find
> the event named AfterUpdate, and select [Event Procedure] from the pull-down
> list. Click on the ellipses (...) to the right of [Event Procedure], and
> you'll be taken into the VB Editor, inside the following skeleton:
>
> Private Sub Textbox1_AfterUpdate()
>
> End Sub
>
> Type the other three lines, and you're done.
>
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no e-mails, please!)
>
>
>
> "sungrafix" <sungrafix@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:E188293C-E097-41E6-8F1E-AD35B08136AA@xxxxxxxxxxxxxxxx
> >I am new at this so I guess I need to see an example of the event that you
> > have discribed if that is possible.
> >
> > "Douglas J. Steele" wrote:
> >
> >> In the AfterUpdate event of textbox 1, check whether textbox 2 has any
> >> contents, and update it to the same as textbox 1 if it doesn't.
> >>
> >> --
> >> Doug Steele, Microsoft Access MVP
> >> http://I.Am/DougSteele
> >> (no e-mails, please!)
> >>
> >>
> >>
> >> "sungrafix" <sungrafix@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> >> news:E316603E-1F3B-4C61-B1DD-3AD73AD5FF5D@xxxxxxxxxxxxxxxx
> >> > Is there an easy way to duplicate entered information in a form while
> >> > it's
> >> > being entered (i.e. Billing information similar to Shipping informaion)
> >> > but
> >> > have the availablity to change either without affecting the other.
> >> >
> >> > Thanks in advance!
> >> >
> >> > Ray
> >> >
> >>
> >>
> >>
>
>
>
.
- References:
- Duplicating information
- From: sungrafix
- Re: Duplicating information
- From: Douglas J. Steele
- Re: Duplicating information
- From: sungrafix
- Re: Duplicating information
- From: Douglas J. Steele
- Duplicating information
- Prev by Date: Re: Distribution of a split db as a runtime
- Next by Date: Re: Distribution of a split db as a runtime
- Previous by thread: Re: Duplicating information
- Next by thread: Re: Problem with frontend
- Index(es):
Relevant Pages
|