table one is a member table which contains information about each member (key = "member_id").
table two is an order table which contains information about each order placed (key = "order_id").
I am interested in creating a submission form which IDEALLY simultaneously places an order AND creates a new member. to the best of my understanding, this would require updating both tables in the View, which seems to be prohibited.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
profphillips2000
I created a View which joins two tables (inner).
table one is a member table which contains information about each member (key = "member_id").
table two is an order table which contains information about each order placed (key = "order_id").
I am interested in creating a submission form which IDEALLY simultaneously places an order AND creates a new member. to the best of my understanding, this would require updating both tables in the View, which seems to be prohibited.
Any thoughts on how to do this?
Thank you!
Link to comment
Share on other sites
4 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.