Good evening all,
I am very new to SC and I must say it is a great application! I am creating an application that utilizes the automatic lookup for the checkbox control. For me the UI development is not a question but rather how can I best extract the data from the data table; what would the query look like?
If the data is stored in a single row with a semicolon as the delimiter, how would I separate out each entry? (Table Example:)
tblRequired
ID Course Department
1 | Course 1 | Dpt1; Dpt2; Dpt3
2 | Course 2 | Dpt3; Dpt4; Dpt5
I guess this is more of an MySQL question.
An example would really help me here!
Thanks for your consideration of my question…
Mark