Hi All,
I'm trying to build query by using form reference but it's not working.
Can anyone point me toward right direction.
SELECT *FROM tblFilm in [forms]![form1]![txtPath]
'------ this below one works perfectly -------
SELECT *FROM tblFilm in 'D:\Training stuff\BU\2copy.mdb'
Any...