program_table -- all program data
topics_table -- program topics - 1 record for each row so 1 program may have 20 rows in this table with the foreign key = program_table.id
so grid view only supports 1 table so add/edit forms have to be hand made
do i put it all in a table and have the topics as a comma delimited list? bad design but more compatible w/ the visual web developer. but that's not working anyway...
and if i keep the proper structure - how do i get all the data together to have users search topics to find programs...?
i guess i'm not as good at SQL as i thought since i don't seem to be able to put together a query that joins all the program data for a good solid search.
i cannot figure out using the @variable in a like statment... will need this regardless for the keyword search.
i have to make an admin for this and am taking way way too long to get these forms done :-/
please - recommendations... advice... input ??
topics_table -- program topics - 1 record for each row so 1 program may have 20 rows in this table with the foreign key = program_table.id
so grid view only supports 1 table so add/edit forms have to be hand made
do i put it all in a table and have the topics as a comma delimited list? bad design but more compatible w/ the visual web developer. but that's not working anyway...
and if i keep the proper structure - how do i get all the data together to have users search topics to find programs...?
i guess i'm not as good at SQL as i thought since i don't seem to be able to put together a query that joins all the program data for a good solid search.
i cannot figure out using the @variable in a like statment... will need this regardless for the keyword search.
i have to make an admin for this and am taking way way too long to get these forms done :-/
please - recommendations... advice... input ??