one to many in continuous forms

  • Thread starter Thread starter seeker
  • Start date Start date
S

seeker

i have a form that is based on following:

select * from los_service right join los_service_entry on los_service.id =
los_service_entry.los_service_id

I want to show continuous and give the user the ability to change records in
los_service_entry table and add records to same table. A subform will not
work because user wants all records to show. thanks.
 
Back
Top