Hello all,
I have a form that passes information entered to a table. The form has a combo box which has the name of every employee listed as active based upon a different query, so the names will always be the same. I can see that the names are being passed to the table correctly.
I want to pull up, using a query, every instance of an employee name, along with the related information (in this case late arrivals along with the reason, amount of time and date) I attempted to use a "Like" statement in criteria under name as follows:
Like [Last name, First name]
I had done something in the past (which of course, I cannot find) that utilized something similar, so I could pull up the first several letters of the last name and then get the information I am searching for, but in this case, although the input box comes up at start of query, I get absolutely nothing back, so I must have screwed something up.
Anyone have an idea what that may be?
Thanks!