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/child forms
Moderator: General Moderators
Re: Parent/child forms
OK, maybe this question is too big...... How about a smaller one......
How do I run a form from another form. I have a php file that displays a form - lets call it A. On A I have a button that says "run B". When I click the button I want it to run a php file that contains form B.
How do I do this?
How do I run a form from another form. I have a php file that displays a form - lets call it A. On A I have a button that says "run B". When I click the button I want it to run a php file that contains form B.
How do I do this?