Hello.
I have a db that is being used to track telephone charges for my company. We have two separate phone service providers, and we receive two consolidated bills per month. Each bill has over 50 phone lines (phone numbers) associated with it.
I would like to set up a data entry form that has a combobox at the top where the user will select the provider's name, and then the form will be populated with the phone numbers associated with that service provider.
I am envisioning a form that has the phone numbers as data labels, and text boxes for the gross billed amount per phone line.
I am sure that this is possible, but am not sure where to begin.
I have already created all of the data tables necessarey, and I just need a way to create a data entry form that is relatively easy to use.
My table structure is as follows:
I have three tables:
1 - Providers, this table has two fields, providerID and providerName
2 - Lines, this table has three fields, lineID, lineNumber, and providerID
3 - Charges, this table has three fields, lineID, amount, and date.
I hope this all makes sense.
THank you in advance.
I have a db that is being used to track telephone charges for my company. We have two separate phone service providers, and we receive two consolidated bills per month. Each bill has over 50 phone lines (phone numbers) associated with it.
I would like to set up a data entry form that has a combobox at the top where the user will select the provider's name, and then the form will be populated with the phone numbers associated with that service provider.
I am envisioning a form that has the phone numbers as data labels, and text boxes for the gross billed amount per phone line.
I am sure that this is possible, but am not sure where to begin.
I have already created all of the data tables necessarey, and I just need a way to create a data entry form that is relatively easy to use.
My table structure is as follows:
I have three tables:
1 - Providers, this table has two fields, providerID and providerName
2 - Lines, this table has three fields, lineID, lineNumber, and providerID
3 - Charges, this table has three fields, lineID, amount, and date.
I hope this all makes sense.
THank you in advance.