Using a target table value as a condition
-
Hello.
Is it possible to use a target table value to display table results in the front and back end?
I a scenario where I need to display the today’s customers (or students) presence in a class.
I have a customers table with columns “myid””name” and “program”,
Also have an entries table with columns “entid””cusid” and “enttimestamp”
The “entries.cusid” is the “customers.myid”
Can I display, in the main page, all the TODAY entries in class WHERE “customers.program” value = “skk”?Thank you.
Alain Martel
The page I need help with: [log in to see the link]
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Using a target table value as a condition’ is closed to new replies.