copying field properties
Hi,
I am trying out an example on page 377 and I notice that only a couple of field properties are included for creating new fields. The two properties that come up are .Required and .AllowZeroLength.
Well, my question is, if I am trying to synchronise fields of two tables from two different databases, is there an easy way to cover all the properties of a particular field.
For example: there is a tblCustomer table in DB1.accdb and tblCustomer table in DB2.accdb. I add an email field in tblCustomer of DB1, which is text, i specify validation property, format, size etc...
I now want to write a general module, which will read fields from both tables, find the differences in their design and add the extra fields in the tblCustomer of DB2 (with ALL the field properties)
What is the best method for doing this?
|