Parent/child forms
Posted: Wed Oct 28, 2009 2:10 pm
I'm either searching by the wrong terms or something, but I'm not finding anything that tells me HOW to do this:
Parent form is MEMBER. It displays a single member record. User can search, walk through records, add, or edit.
For the current member record, I want a child form that shows the current dues paid (all the former years) and lets
the user add the dues for the current year.
This system is currently in use in Access and the user's would like the web-based replacement to work as similarly as possible.
So, the child form would be a spreadsheet-style form that's modal, so the user as to finish and leav the child than goes back to the parent......
HOW do I do this in html and php, preferrably WITHOUT needing 5 more products?
Parent form is MEMBER. It displays a single member record. User can search, walk through records, add, or edit.
For the current member record, I want a child form that shows the current dues paid (all the former years) and lets
the user add the dues for the current year.
This system is currently in use in Access and the user's would like the web-based replacement to work as similarly as possible.
So, the child form would be a spreadsheet-style form that's modal, so the user as to finish and leav the child than goes back to the parent......
HOW do I do this in html and php, preferrably WITHOUT needing 5 more products?