F
Fay Yocum
I am getting started with a project and I want to make sure I am doing it
using "best practice" techniques.
Situation: I will be having multiple tracks in the db. For example CE
providers, Certification authorities, and the individual, there are more but
I will stop here. Each of those groups will have addresses. I want to have
but one address table and using one basic subform on different main forms.
This keeps my address forms to a minimum and allows me display all addresses
in a datasheet.
Question: What is the best way to do this? What I am currently doing is the
tblAddresses has the PersonID, CEProvID, and CertAuthID fields, plus others
.. When binding the subfrm to the CE Provider main form I use both the
PersonID and CEProvID. This appears to work correctly. But is this the best
way of dealing with the project?
Thank you for your thoughts.
Fay
using "best practice" techniques.
Situation: I will be having multiple tracks in the db. For example CE
providers, Certification authorities, and the individual, there are more but
I will stop here. Each of those groups will have addresses. I want to have
but one address table and using one basic subform on different main forms.
This keeps my address forms to a minimum and allows me display all addresses
in a datasheet.
Question: What is the best way to do this? What I am currently doing is the
tblAddresses has the PersonID, CEProvID, and CertAuthID fields, plus others
.. When binding the subfrm to the CE Provider main form I use both the
PersonID and CEProvID. This appears to work correctly. But is this the best
way of dealing with the project?
Thank you for your thoughts.
Fay