I'm working on my first database since upgrading (?) to Office 2013. This database has a table linked to a table in another database that is constantly updated with new employees using the fields LName & FName. I'm using a query with an expression field to merge the names as EmpName:LName & ", " & FName. My form has a record source of tblXact to log transactions, and a combo box using a row source of EmpName to populate the box with valid employee names to choose from. I've done this with a few other databases and it works great. This time, the names appear, but if I try to select one, I get a message that says "Field 'EmpName' is based on an expression and cannot be edited". I've compared everything I can find with the databases where this works, and can't see any differences. Has something else valuable been done away with in this new version, or am I just missing something?
Thanks for your input.