Hello there,
I've been trying to get this function to return data from my Data Table via the Recordset function:
Dim Re As DAO.Recordset
Set Re = CurrentDb.OpenRecordset("SELECT * FROM Data WHERE [Date]=#" & Forms!My_Form!Date & "#")
Can anyone push me in the right direction since the above code does nothing.
Thanks for any help provided.
I've been trying to get this function to return data from my Data Table via the Recordset function:
Dim Re As DAO.Recordset
Set Re = CurrentDb.OpenRecordset("SELECT * FROM Data WHERE [Date]=#" & Forms!My_Form!Date & "#")
Can anyone push me in the right direction since the above code does nothing.
Thanks for any help provided.