I'm attaching a simple database to this post. I'm still a rookie at Access and I'm trying to figure out something simple. Basically, I have 2 tables: tbl_allusers and tbl_impusers. tbl_allusers has all the users registered in the system and tbl_impusers only shows the users that are important at the moment. I want to create a query so that when I run it, it filters the tbl_allusers and only pulls up records for the important users. I just want records for the imporant users, not all users. I believe I have to use an inner join, not sure exactly how to do it. Can someone please help?
thanks!