Hi,
Anyone know how to embed the CR instead of having to physically distribute it with the app?
I have this code which works fine but I want to get rid of the Reports folder.

Code:
cr.Load(strAppPath & "\Reports\SchDaysPerDept.rpt")
I tried changing the build action to embedded source and changed the path to just the report name but it didn't work either.
Thanks!