I would like to use parameters to reference a different table other than the one that is associated with a data page. How can I do this?
For example:
Table 1 -> List of events
Table 2 -> List of users (username, password, full name, etc.)
Data page A -> Submit a new event
Data page B -> Search and view events
On Data page A, I would like the fields entered to be added to Table 1. But I would also like the form to automatically check Table 2 to see which user is currently logged in, and add their name to a "Submitted by" element in Table 1.
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
jmiller
I would like to use parameters to reference a different table other than the one that is associated with a data page. How can I do this?
For example:
Table 1 -> List of events
Table 2 -> List of users (username, password, full name, etc.)
Data page A -> Submit a new event
Data page B -> Search and view events
On Data page A, I would like the fields entered to be added to Table 1. But I would also like the form to automatically check Table 2 to see which user is currently logged in, and add their name to a "Submitted by" element in Table 1.
How can I do this? Thanks!
Link to comment
Share on other sites
1 answer 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.