MUKESHY12390
Well-known Member
- Joined
- Sep 18, 2012
- Messages
- 901
- Office Version
- 2013
- 2011
- 2010
- 2007
- Platform
- Windows
Hi All,
I'm trying to build query by using form reference but it's not working.
Can anyone point me toward right direction.
'------ this below one works perfectly -------
Any help would be appreciated.
Thanks
Mukesh Y
I'm trying to build query by using form reference but it's not working.
Can anyone point me toward right direction.
PHP:
SELECT *FROM tblFilm in [forms]![form1]![txtPath]
'------ this below one works perfectly -------
PHP:
SELECT *FROM tblFilm in 'D:\Training stuff\BU\2copy.mdb'
Any help would be appreciated.
Thanks
Mukesh Y