Hello, I have a query that returns data from a table comparable to the same data existing in a combo box from a form. This query has a simple [forms]![frmtbl1on1]![combo62] in the criteria field of the "EMP_ID" in design mode. When I execute this query seperately, it works correctly and only returns the records from the table in which the EMP_IDs from the table and form match
However, when I execute this query as an "After Update" function, located in the form containing Combo62, the query runs and returns zero records.
Yes, the bond column for Combo62 is set correctly to the ID.
Any help would be appreciated, thanks.