new year in access data base

  • Thread starter Thread starter dlcclown
  • Start date Start date
D

dlcclown

Guest
i have a database that that is accessed from a external server. this database was created by a person who is now deceased. at the turn of each year he would have to change an area in the code in order for information to be saved to a new 2006 file . i am new to access and am having trouble finding what needs to be updated. does this sound familiar to anyone else.

please help
 
Sort of.
Does this imply, you know where the code is?
or you know the name of the module, the code is in?
If not, do you know the name of the File or Directory, the data is saved in?
If so, you could do a search from the VBE window, using the File or Directory name, to at least find the code.

Once you find the code, it shouldn't be hard to determine which part of the code needs to be updated.

All you have to do, is post it here.

If you can't find the code, gives us a few clues, and we could suggest search as you may have gatthered, we NEED to see the code.
 
Try searching all code for "2005," without the parentheses. Maybe you'll stumble onto something. I would think that it is used to create a folder on used in an mdb name.
 

Users who are viewing this thread

Back
Top Bottom