Is there no way to have a single web form write to more than one table? For this restaurant database I'm working on, I need to store certain information (hours of operation) in a separate table, but I want one input form to write to both the main table and the hours of operation table. However, it seems that's not possible. Web forms can use views, but only views that reference one table.
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
mdupras
Is there no way to have a single web form write to more than one table? For this restaurant database I'm working on, I need to store certain information (hours of operation) in a separate table, but I want one input form to write to both the main table and the hours of operation table. However, it seems that's not possible. Web forms can use views, but only views that reference one table.
Any thoughts on how to work around this?
-- Mike
Link to comment
Share on other sites
3 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.