A
Avery
I need to know what my next step is...
I need a Customer form that allows me to view customers along with their
contacts at that customer. The same goes for the Facility which has several
contacts in several departments/titles. I have created the relationships with
the referential integrity...now I am stuck again. HELP!!!!!
I have created the following tables: (will I need to create a query,
subforms, etc?)
(tblCustomers)
*
idsCustID
chrContactTypeID
chrCustomerName
chrCustomerSize
chrCustomerSpecialty
blnCustomerStatus
memCustNotes
hlkCustomerWebsite
dtmDateCreate
dtmDateUpdate
(tblCustomerAddress)
*
idsCustAddressID
lngzCustID
lngzAddressID
(tblAddress)
*
idsAddressID
chrAddress
chrSuite
chrCity
chrStateAbbrev
chrZip
(tblCustomerPhone)
*
idsCustomerPhoneID
lngzCustID
lngzPhoneID
lngzPhoneTypeID
(tblPhoneTypes)
*
idsPhoneTypeID
chrPhoneType
1 CELL
2 BUSINESS
3 DIRECT
4 FAX
5 PAGER
(tblPhone)
*
idsPhoneID
chrPhone
(!\(999\)000\-0000;0;_--Input Mask)
(tblCustomerContact)-each customer may have several contacts and each
contact may have several phone number...they do not require a separate
address, but other types of contacts do.
*
idsCustomerContactID
lngzCustID
chrTitle
lngzNameID
lngzPersonalInfo
lngzContactLog
(tblDistrictSalesMgr)
*
idsDistrictSalesMgrID
lngzFacilityID
lngzNameID
chrDSMTerritory
lngzPersonalInfo
dtmDateCreate
dtmDateUpdate
(tblDistrictSalesMgrPhone)
*
idsDistrictSalesMgrPhoneID
lngzDistrictSalesMgrID
lngzPhoneID
lngzPhoneTypeID
(tblDSMAddress)
*
idsDSMAddressID
lngzDSMID
lngzAddressID
(tblFacility)--there are four manufacturing facilities, and each
facility has several contacts that have their own phone lines and extensions
and faxes.
*
idsFacilityID
chrContactTypeID
chrFacilityName
dblJoistCapacity
dblDeckCapacity
memFacilityNotes
hlkFacilityWebsite
dtmDateCreate
dtmDateUpdate
(tblFacilityAddress)
*
idsFacilityAddressID
lngzFacilityID
lngzAddressID
(tblFacilityPhone)
*
idsFacilityPhoneID
lngzFacilityID
lngzPhoneID
lngzPhoneTypeID
(tblFacilityContact)
*
idsFacilityContactID
lngzFacilityID
chrFacilityContactType(lookup from another table)
lngzNameID
(tblFaciltyContactPhone)
*
idsFacilityContactPhoneID
lngzFacilityContactID
lngzPhoneID
lngzPhoneTypeID
I need a Customer form that allows me to view customers along with their
contacts at that customer. The same goes for the Facility which has several
contacts in several departments/titles. I have created the relationships with
the referential integrity...now I am stuck again. HELP!!!!!
I have created the following tables: (will I need to create a query,
subforms, etc?)
(tblCustomers)
*
idsCustID
chrContactTypeID
chrCustomerName
chrCustomerSize
chrCustomerSpecialty
blnCustomerStatus
memCustNotes
hlkCustomerWebsite
dtmDateCreate
dtmDateUpdate
(tblCustomerAddress)
*
idsCustAddressID
lngzCustID
lngzAddressID
(tblAddress)
*
idsAddressID
chrAddress
chrSuite
chrCity
chrStateAbbrev
chrZip
(tblCustomerPhone)
*
idsCustomerPhoneID
lngzCustID
lngzPhoneID
lngzPhoneTypeID
(tblPhoneTypes)
*
idsPhoneTypeID
chrPhoneType
1 CELL
2 BUSINESS
3 DIRECT
4 FAX
5 PAGER
(tblPhone)
*
idsPhoneID
chrPhone
(!\(999\)000\-0000;0;_--Input Mask)
(tblCustomerContact)-each customer may have several contacts and each
contact may have several phone number...they do not require a separate
address, but other types of contacts do.
*
idsCustomerContactID
lngzCustID
chrTitle
lngzNameID
lngzPersonalInfo
lngzContactLog
(tblDistrictSalesMgr)
*
idsDistrictSalesMgrID
lngzFacilityID
lngzNameID
chrDSMTerritory
lngzPersonalInfo
dtmDateCreate
dtmDateUpdate
(tblDistrictSalesMgrPhone)
*
idsDistrictSalesMgrPhoneID
lngzDistrictSalesMgrID
lngzPhoneID
lngzPhoneTypeID
(tblDSMAddress)
*
idsDSMAddressID
lngzDSMID
lngzAddressID
(tblFacility)--there are four manufacturing facilities, and each
facility has several contacts that have their own phone lines and extensions
and faxes.
*
idsFacilityID
chrContactTypeID
chrFacilityName
dblJoistCapacity
dblDeckCapacity
memFacilityNotes
hlkFacilityWebsite
dtmDateCreate
dtmDateUpdate
(tblFacilityAddress)
*
idsFacilityAddressID
lngzFacilityID
lngzAddressID
(tblFacilityPhone)
*
idsFacilityPhoneID
lngzFacilityID
lngzPhoneID
lngzPhoneTypeID
(tblFacilityContact)
*
idsFacilityContactID
lngzFacilityID
chrFacilityContactType(lookup from another table)
lngzNameID
(tblFaciltyContactPhone)
*
idsFacilityContactPhoneID
lngzFacilityContactID
lngzPhoneID
lngzPhoneTypeID