I have a database where there are many programs.
ie: Accounting, Marketing, Business etc...
The user's valid programs are listed like this "Accounting, Marketing"
This is stored in the staff table.
When I run the following:
DLookup("program", "program", "program IN(select program from staff where program LIKE '*Program*'")
Obviously this doesnt work as it measures "Accounting, Marketing" against "program"
What I want it to do is find the programs within the program table that are within the string "Accounting, Marketing"
Does this make sense?
ie: Accounting, Marketing, Business etc...
The user's valid programs are listed like this "Accounting, Marketing"
This is stored in the staff table.
When I run the following:
DLookup("program", "program", "program IN(select program from staff where program LIKE '*Program*'")
Obviously this doesnt work as it measures "Accounting, Marketing" against "program"
What I want it to do is find the programs within the program table that are within the string "Accounting, Marketing"
Does this make sense?