Link to home
Start Free TrialLog in
Avatar of bfuchs
bfuchsFlag for United States of America

asked on

Find a SQL statement in an Access app

Hi Experts,

I am wondering how can I find where a particular SQL is programmed in my Access App?

This is linked to SQL BE and its executing the following sql statement

SELECT "ID" ,"EmployeeID" ,"Day" ,"ReplacedEmployeeID" ,"EmployeesNotes" 
 FROM "dbo"."PatientsEmployeesSchedule" WHERE NOT(("EmployeesNotes" IS NULL ) ) 

Open in new window


I thought of an idea, if its possible to convert the entire app to text file (like its possible for a particular form) and then just do a text search?
SOLUTION
Avatar of Dale Fye
Dale Fye
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bfuchs

ASKER

Tested both and they work fine
Thank You!

(Selected chaau's as there is no need to purchase 3rd party software)