copy properties Under forms

  • Thread starter Thread starter umpire_43
  • Start date Start date
U

umpire_43

Hi,

I'm wondering if someone can help me with something on copying properties.
I've checked the access help but can't find anything there.

This is what i want to do.

I'm copying text boxes, labels that has caption, name and other information
in the properties that i want to keep when i copy the information to another
tab on a form.

Is there a way i can copy the property information without doing alot of
manual work by going into each text or label box.

I hope this makes sense.

thanks for you help in advance.

Keith
 
When you copy a control, everything about the copy should be identical to
the original except for the name.

Perhaps you can give a little more information about what problems you're
encountering.
 
Hi Douglas.

Thanks for the quick reply.

Thats what i thought but i thought the name might also come over too with
the copying.

thanks again
 
Every control on a form must have a unique name. The fact that you're using
tabs does not change that.
 
Back
Top