Copying property from one field to another

F

Fotios Lindiakos

Is there any way to copy a property with it's structure and append it to
another field. The fields are in different tables and most likely different
..mdb files. But are both open as fldNew and fldOld. I tried to iterate
through the properties, but when trying to get the values, I would get
errors and the correct values would not be set.
Any help would be greatly appreciated.

Frank Lindiakos
 
L

Larry Linson

Some properties do not have accessible values at design time, others are not
accessible at runtime. Can you field your errors and proceed? That is likely
to be sufficient. Oh, yes, some properties do not exist until you create
them (one way is setting a value manually in design), so will have to first
be created, and then the value set.

Larry Linson
Microsoft Access MVP
 

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