No. I don't even have tblServiceSchedule in the
relationship! tblServiceSchedule has the records, Monthly
or Bi-Monthly. If it were joined to tblDetails, I think
tblDetails would be the 'many'. I think I need to put
ServiceScheduleID as a foreign key on tblDetails.
A subform with Details won't work. Right? Wrong?
tblDetails is joined to tblCustomers with with Customers
the many. I already have Charges and Payments as subforms.
I think I only plan to use tblDetails in a query for a
report.
I will anxiously wait your response.
I'm sorry, now you've lost me completely.
If tblDetails can be constructed as a query from data in other tables,
does it need to exist at all?
If tblDetails does exist, why do you say that "a subform with Details
won't work"?
Again - I don't know how your database is structured. I can't see it;
I don't know your business. I have no idea what tblDetails is, or how
it is populated, or what it's for; nor do I understand what you want
to happen to tblDetails when you pick "Monthly" or "Bi-monthly" from a
combo box on the Customer form.
But what I can say is that if you want to update a table on a form,
the easiest way to do so is to put that table on the form - either in
a Subform or (less commonly) by joining the table to another table in
a Query and basing the form on that query.