Clear Contents of TextBoxes

A

Al & Cay Grant

Anyone know how to clear the contents of textbox1 through 9 on a form?

I could brute force it with 9 statements, but their must be a easier way?

Their are more text boxes on the form, and 1-9 are contained in a frame if
that
helps.

Cheers

-Al
 
J

JGM

Hi AL,

Do something like this pseudo code:

For each textbox in Frame1

value = ""

Next

HTH
Cheers!
 
C

Cindy M -WordMVP-

Hi Al,

What kinds of "textboxes" are these? (What menu/toolbar did you use to
insert them) And is this a web-type frame, or a Forms toolbar type frame?
Anyone know how to clear the contents of textbox1 through 9 on a form?

I could brute force it with 9 statements, but their must be a easier way?

Their are more text boxes on the form, and 1-9 are contained in a frame if
that

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Sep 30 2003)
http://www.mvps.org/word

This reply is posted in the Newsgroup; please post any follow question or
reply in the newsgroup and not by e-mail :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top