Error 3061 Query “loses” form text value
问题 I looked at a number of 3061 posts but they all have the query in VB. I am trying to run an already saved query in Access, that has a filter using a text field on a form. So all I am trying to do is just get a recordset from an existing query. Not sure quite how to explain what's going on. But I have a Master form which holds the current selected date in a text object. I have a query that filters results based on the text object value: SELECT DISTINCT EmployeeName FROM dbo_Audits WHERE dbo