sotiris_2 Posted November 13, 2006 Posted November 13, 2006 How to create a list value based on two tables ? Let’s consider the case with 2 tables. The table Session : Pk_ID_Session DateSession HourStartSession HourEnd Fk_ID_ScheduleClass … and the 2 table: pk_ID_ScheduleClass DateClass HourStartClass HourEndClass … Now, I would like to create a value list where: Session::DateClass = ScheduleClass::DateSession AND Session::HourStartClass = ScheduleClass::HourStartSession Can you help how to do this ? Thank you
Recommended Posts
This topic is 6586 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now