So I'm new to Access and am having some basic troubles trying to get a simple query to work. I'm trying to setup a simple query where a person can type their last name and the form/query will output their employee ID. I've got it working the other way around but I cannot get what i want to work.
Currently i have two tables, one is tblEmployeeInfo with three columns; Emp_Number (Primary key), First_Name, Last_Name. The second is tblLogin with three columns; Employee ID, Last Name, Date. The two tables are related with a One (tblEmployeeinfo) to many (tblLogin) relationship.
IF anyone has any advice i'd greatly appreciate it!
Regards,
Josh
here is a screenshot on my tables. Like i said, i know i'm new to this so it's really basic
![]()