Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

text box

2 views
Skip to first unread message

Martin

unread,
Sep 24, 2004, 4:41:42 PM9/24/04
to
Question; how do I get one text box to equal the value in
another text box? For example I have one text box name
txtNumber and another text box named txtNumber2 when a
user enters 20 in txtNumber I want txtNumber2 to
automatically fill in with 20 as well.

Your help is appreciated,
Martin

PC Datasheet

unread,
Sep 24, 2004, 6:25:30 PM9/24/04
to
Hi Martin,

Simple!

Put the following code in the AfterUpdate event of txtNumber:

Me!txtNumber2 = Me!txtNumber

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
reso...@pcdatasheet.com
www.pcdatasheet.com


"Martin" <anon...@discussions.microsoft.com> wrote in message
news:340701c4a276$e61cbc20$a601...@phx.gbl...

0 new messages