|
Prev: Newbie, designing an idea. Can records be sent from one location to another vie email?
Next: Trying to use my database on a different pc
From: Isis on 21 Jun 2008 09:18 Is there a way to have a DB front end default to looking for the back end tables in the current folder ? How do people normally manage this type of thing - I am developing in one place for use in another. Thanks
From: Ken Snell (MVP) on 21 Jun 2008 09:32 There is not a "default" setting in ACCESS. Instead, you use VBA code to relink the front end to the back end. See this page for information: http://www.mvps.org/access/tables/tbl0009.htm You can set up your front end file so that this code runs when the front end file is opened. -- Ken Snell <MS ACCESS MVP> "Isis" <isissoft(a)NOSPAMbtinternet.com> wrote in message news:Xns9AC4919CABE4DIsissoft(a)193.202.122.109... > Is there a way to have a DB front end default to looking for the back end > tables in the current folder ? How do people normally manage this type of > thing - I am developing in one place for use in another. > > Thanks
From: bhicks11 via AccessMonster.com on 21 Jun 2008 14:42
Tell you what I do - I make the same folder everywhere I put it. It will be fine if you do. Bonnie http://www.dataplus-svc.com Isis wrote: >Is there a way to have a DB front end default to looking for the back end >tables in the current folder ? How do people normally manage this type of >thing - I am developing in one place for use in another. > >Thanks -- Message posted via http://www.accessmonster.com |