B
BruceM
I am redesigning a Vendor Directory database that I put together a few years
ago before I knew much about design. In brief, one or more certificates are
associated with each vendor, so rather than having Cert1Type,
Cert1ExpirationDate, Cert2, etc. fields on the main forms (and nowhere to
put Cert3) I am putting the information into a related table by way of a
subform. My question is how to go about transferring the data from the main
form to the subform. My first thought is to have a (temporary) command
button run code to copy the information from the main form fields to the
subform fields. When I am done I can delete the unneeded fields from the
main form's record source. There are about 130 main form records, and I
will probably need to do some editing after transferring the data, so one at
a time is not necessarily a bad way to go, but I wonder if there is a more
convenient way (if not for this project then for future reference).
ago before I knew much about design. In brief, one or more certificates are
associated with each vendor, so rather than having Cert1Type,
Cert1ExpirationDate, Cert2, etc. fields on the main forms (and nowhere to
put Cert3) I am putting the information into a related table by way of a
subform. My question is how to go about transferring the data from the main
form to the subform. My first thought is to have a (temporary) command
button run code to copy the information from the main form fields to the
subform fields. When I am done I can delete the unneeded fields from the
main form's record source. There are about 130 main form records, and I
will probably need to do some editing after transferring the data, so one at
a time is not necessarily a bad way to go, but I wonder if there is a more
convenient way (if not for this project then for future reference).