jet sql query help
In Access, I have two tables
Users(userID, UserName, Password, bool Online) and
Contacts(UserID, ContactID)
In Jet SQL please help me retrieve the username of contacts of a particular username
who are online.
please help me, i am stuck.
|