Pretty new to SQL but how would I say
SELECT * FROM supervisor WHERE UserInfo2.GroupID=+2;
Access keeps asking me the value of this table in a popup
when I enter the value that is in the table it returns the correct output. What would the syntax so sql knows its another table. BTW this is with the faq answer on how to only allow a person to see there own forms.
Thanks for the help
SELECT * FROM supervisor WHERE UserInfo2.GroupID=+2;
Access keeps asking me the value of this table in a popup
when I enter the value that is in the table it returns the correct output. What would the syntax so sql knows its another table. BTW this is with the faq answer on how to only allow a person to see there own forms.
Thanks for the help