Hi there!
I have a query which when run shows all the special needs records. This query gets its information from a linked ODBC table. I have in the database a seperate table (special needs students) which contains similar information but only for the current academic year (which is then used for various other functions). What I want to be able to do is have in the query some sort of expression that will insert the text "exists in database" into a new field of the query if the record in the link table is already in the table special needs students; and if not, leaving the field blank. I've tried using iif and other things but i'm not very good at it so keep getting syntax errors.
I'm just wondering if this is possible and if so what kind of expression do you use?
If you need any more info let me know.
Help greatly appreciated!
I have a query which when run shows all the special needs records. This query gets its information from a linked ODBC table. I have in the database a seperate table (special needs students) which contains similar information but only for the current academic year (which is then used for various other functions). What I want to be able to do is have in the query some sort of expression that will insert the text "exists in database" into a new field of the query if the record in the link table is already in the table special needs students; and if not, leaving the field blank. I've tried using iif and other things but i'm not very good at it so keep getting syntax errors.
I'm just wondering if this is possible and if so what kind of expression do you use?
If you need any more info let me know.
Help greatly appreciated!
Comment