473,388 Members | 1,423 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,388 software developers and data experts.

Archiving files

I need help - I am not a programmer. I am a user. I have an access95
database created by an individual who is no longer available. Another
worker in my office inadvertenly archived the jobs from our database.
Can anyone tell me how to unarchive these jobs?
Thank you.

Feb 27 '07 #1
5 1826
Archived them how? Archived them where? We can't really help you much from
what you've given us so far, I'm afraid! We need more detail!

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200702/1

Feb 27 '07 #2
On Feb 27, 3:14 pm, "missinglinq via AccessMonster.com" <u28780@uwe>
wrote:
Archived them how? Archived them where? We can't really help you much from
what you've given us so far, I'm afraid! We need more detail!

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via AccessMonster.comhttp://www.accessmonster.com/Uwe/Forums.aspx/databases-ms-access/2007...
I hope I can give you more detail - I appreciate your willingness to
help. I am only the database user and am not very familiar w/
programming. There is a 'button' on the main menu screen. It was
pressed. In doing close it takes all files(we call them jobs) that
have been closed and sends them who knows where. The only information
I can retrieve is the job no., name and contact info. I cannot
retrieve the data input into these jobs. (The data is labor,
materials, subcontractors, invoices and payment). I have tried to peek
around into the tables and queries and since I really dont know what I
am doing - it doesnt do me much good. I hope that gives you more
details. Thanks again.

Feb 27 '07 #3
You need to find out what code is behind the command button that archives the
records.

1) From the form's Design View:

2) Right Click on the button

3) Make a note of the command button's name

4) Select Properties

5) Click on the Event Tab in the Properties box

6) You'll see "On Click"

7) In the box to the right you should see "Event Proceedure"

8) Left Click to the right of this entry

9) This should bring up an ellipsis (...) Double click on this

This should take you to the code window and you should see a sub listed for
the command button control something like "Private Sub
CommandButtonName_Click()" where CommandButtonName is the actual name of the
button you noted in step # 3 above

You need to copy this sub and post it here so that I or someone else to try
to figure out where the records went to. They may have been placed in a
separate table, or could even be in the same table where your active records
are; sometimes we don't actually move the records but merely use a checkbox
to denote an "active" versus an "inactive" record. If it's marked "active" it
appears in the form's underlying query and thus shows in the form. If it's
marked "inactive" it's not retrieved by the query and ths doesn't show up.

BTW, since you're new to all this, please understand that we're all
volunteers here. We're happy to help, that's why we troll these waters, but
we tend to come and go as other duties call. I'll check back when I get a
chance, and others will probably have a look and help if they can.

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200702/1

Feb 27 '07 #4
I believe my earlier advice was appropriate. You are going to need to engage
someone who is experienced with and competent in Access database
development. This does not begin to give enough information for anyone to
have a remote chance of solving your problem. I'm afraid it is more than can
be handled in a newsgroup exchange.

Larry Linson
Microsoft Access MVP

<kl******@gmail.comwrote in message
news:11*********************@k78g2000cwa.googlegro ups.com...
On Feb 27, 3:14 pm, "missinglinq via AccessMonster.com" <u28780@uwe>
wrote:
>Archived them how? Archived them where? We can't really help you much
from
what you've given us so far, I'm afraid! We need more detail!

--
There's ALWAYS more than one way to skin a cat!

Answers/posts based on Access 2000

Message posted via
AccessMonster.comhttp://www.accessmonster.com/Uwe/Forums.aspx/databases-ms-access/2007...

I hope I can give you more detail - I appreciate your willingness to
help. I am only the database user and am not very familiar w/
programming. There is a 'button' on the main menu screen. It was
pressed. In doing close it takes all files(we call them jobs) that
have been closed and sends them who knows where. The only information
I can retrieve is the job no., name and contact info. I cannot
retrieve the data input into these jobs. (The data is labor,
materials, subcontractors, invoices and payment). I have tried to peek
around into the tables and queries and since I really dont know what I
am doing - it doesnt do me much good. I hope that gives you more
details. Thanks again.

Feb 27 '07 #5
Thanks for the directions, here is the code behind the button:
Private Sub btnArchiveJobs_Click()
On Error GoTo Err_btnArchiveJobs_Click

Dim stDocName As String

stDocName = "mcrArchive"
DoCmd.RunMacro stDocName

Exit_btnArchiveJobs_Click:
Exit Sub

Err_btnArchiveJobs_Click:
MsgBox Err.Description
Resume Exit_btnArchiveJobs_Click

End Sub
-----------------------------------------------------------
I appreciate your help. I understand other duties take precedent.
Thanks for trying.
Also - I like your saying: "There's ALWAYS more than one way
to skin a cat!"

Feb 28 '07 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: SunSmile | last post by:
Hi, I am logging my exceptions to a word document(*.doc). After the size of word document is 5KB. I am archiving the word document to *.doc.1 Here when I am archiving the word document to...
3
bvdet
by: bvdet | last post by:
Following is an example that may provide a solution to you: """ Function makeArchive is a wrapper for the Python class zipfile.ZipFile 'fileList' is a list of file names - full path each name...
4
by: jchen1011 | last post by:
I have a reporting database running DB2 LUW 8.2 on a RedHat Linux. It is configured to archive log files automatically. I notice that although no activities on the database, it keeps archive the...
4
by: cold1 | last post by:
From the Coldfusion 8 documentation, the process of archiving a log file seems pretty straightforward, but I can’t find the archived log files. I am running Coldfusion 8 under Apache HTTP server. ...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.