dwAccessUser32
Programmer
I have a form with a subform on it.
The form, frmPeople, has a subform for phone numbers. I want to set it up where the following phone numbers can be captured from textboxes without a combobox.
txtHome
txtWork
txtMobile
txtFax
The database has three tables that may be relevent:
tblPeople
PersonID
tblPhoneNumber
PhoneNumberID
PhoneNumberTypeID
PersonID
PhoneNumber
tluPhoneNumberType
PhoneNumberTypeID
PhoneNumberType
Does anyone have a suggestion on the best way to set this sort of code up. I am still relatively new to coding in MSAccess and would greatly appreciate any help.
The form, frmPeople, has a subform for phone numbers. I want to set it up where the following phone numbers can be captured from textboxes without a combobox.
txtHome
txtWork
txtMobile
txtFax
The database has three tables that may be relevent:
tblPeople
PersonID
tblPhoneNumber
PhoneNumberID
PhoneNumberTypeID
PersonID
PhoneNumber
tluPhoneNumberType
PhoneNumberTypeID
PhoneNumberType
Does anyone have a suggestion on the best way to set this sort of code up. I am still relatively new to coding in MSAccess and would greatly appreciate any help.