Nov 15, 2004 #1 lasitha Programmer Jun 7, 2003 38 LK Hi All, Is it possible to application path through vba code. App.Path Lasitha.
Nov 15, 2004 #2 KenReay Programmer Aug 15, 2002 5,424 GB Hi Try ? application.CurrentDb.Name S:\NCSC\Headquarters\ICT\Team\KenReay\CurrentRelease\ComplaintsFE.mdb Regards Ken Reay Freelance Solutions Developer Boldon Information Systems Ltd Website needs upgrading, but for now - http://www.kenneth.reay.btinternet.co.ukUK Upvote 0 Downvote
Hi Try ? application.CurrentDb.Name S:\NCSC\Headquarters\ICT\Team\KenReay\CurrentRelease\ComplaintsFE.mdb Regards Ken Reay Freelance Solutions Developer Boldon Information Systems Ltd Website needs upgrading, but for now - http://www.kenneth.reay.btinternet.co.ukUK
Nov 16, 2004 Thread starter #3 lasitha Programmer Jun 7, 2003 38 LK Dear KenReay, ThankX a Lot, It's worked.. x = Replace(Application.CurrentDb.Name,"ComplaintsFE.mdb","") Thanks again... Lasitha Upvote 0 Downvote
Dear KenReay, ThankX a Lot, It's worked.. x = Replace(Application.CurrentDb.Name,"ComplaintsFE.mdb","") Thanks again... Lasitha
Nov 16, 2004 #4 PHV MIS Nov 8, 2002 53,708 FR Another way : Application.CodeProject.Path Application.CurrentProject.Path Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244 Upvote 0 Downvote
Another way : Application.CodeProject.Path Application.CurrentProject.Path Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ222-2244
Nov 16, 2004 Thread starter #5 lasitha Programmer Jun 7, 2003 38 LK Hi PHV (MIS) ThankX a Lot... Lasitha. Upvote 0 Downvote