473,394 Members | 1,703 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,394 software developers and data experts.

Removing Multiple objects

I have an extensive access database and have about 50 to 60 forms and
50-60 reports I need to remove.

I can't seem to find a way to select all of these at one time to
delete all at once. I've been deleting these one at a time. I hoping
that this is not the only way to do this, does anyone know if more
than one item can be selected to delete?
Nov 13 '05 #1
5 1238
Through the graphic interface, you're limited to deleting one object at a
time.

If you've got a list, though, you could quickly cobble together a VBA
program to delete the objects.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"mar10a" <ma****@yahoo.com> wrote in message
news:f3**************************@posting.google.c om...
I have an extensive access database and have about 50 to 60 forms and
50-60 reports I need to remove.

I can't seem to find a way to select all of these at one time to
delete all at once. I've been deleting these one at a time. I hoping
that this is not the only way to do this, does anyone know if more
than one item can be selected to delete?

Nov 13 '05 #2
as Douglas says, it's one at a time.

However, you can turn OFF the confirmation dialog, which will greatly
speed up the process.
Ctrl-G to bring up the Immediate Window
enter docmd.setwarnings false <enter>

be careful that you REALLY want to delete the objects -- you won't get
a second chance.

When you are finished the deletions:
Ctrl-G
Docmd.SetWarnings true

HTH
On 5 Dec 2004 15:52:28 -0800, ma****@yahoo.com (mar10a) wrote:
I have an extensive access database and have about 50 to 60 forms and
50-60 reports I need to remove.

I can't seem to find a way to select all of these at one time to
delete all at once. I've been deleting these one at a time. I hoping
that this is not the only way to do this, does anyone know if more
than one item can be selected to delete?

**********************
ja**************@telusTELUS.net
remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security
Nov 13 '05 #3
Jack MacDonald wrote:
as Douglas says, it's one at a time.

However, you can turn OFF the confirmation dialog, which will greatly
speed up the process.
Ctrl-G to bring up the Immediate Window
enter docmd.setwarnings false <enter>


SetWarnings? I wasn't aware of that suppressing deletion of documents.
Usually I set this from Tools->Options, under Edit, those three ticks
(and, to be honest, while I work the confirmation for document deletions
stays on, I've killed two hours work of queries so far ;-) )
--
Bas Cost Budde, Holland
http://www.heuveltop.nl/BasCB/msac_index.html
I prefer human mail above automated so in my address
replace the queue with a tea
Nov 13 '05 #4
Bas Cost Budde wrote:
Jack MacDonald wrote:
as Douglas says, it's one at a time.

However, you can turn OFF the confirmation dialog, which will greatly
speed up the process.
Ctrl-G to bring up the Immediate Window
enter docmd.setwarnings false <enter>

SetWarnings? I wasn't aware of that suppressing deletion of documents.
Usually I set this from Tools->Options, under Edit, those three ticks
(and, to be honest, while I work the confirmation for document deletions
stays on, I've killed two hours work of queries so far ;-) )


It can be a bad thing too if left off so make sure you turn it back on
when you've finished.

--
This sig left intentionally blank
Nov 13 '05 #5
Holding down the shift key while you delete also suppresses the warning.

--
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no e-mails, please!)

"Jack MacDonald" <ja**************@telus.net> wrote in message
news:9m********************************@4ax.com...
as Douglas says, it's one at a time.

However, you can turn OFF the confirmation dialog, which will greatly
speed up the process.
Ctrl-G to bring up the Immediate Window
enter docmd.setwarnings false <enter>

be careful that you REALLY want to delete the objects -- you won't get
a second chance.

When you are finished the deletions:
Ctrl-G
Docmd.SetWarnings true

HTH
On 5 Dec 2004 15:52:28 -0800, ma****@yahoo.com (mar10a) wrote:
I have an extensive access database and have about 50 to 60 forms and
50-60 reports I need to remove.

I can't seem to find a way to select all of these at one time to
delete all at once. I've been deleting these one at a time. I hoping
that this is not the only way to do this, does anyone know if more
than one item can be selected to delete?

**********************
ja**************@telusTELUS.net
remove uppercase letters for true email
http://www.geocities.com/jacksonmacd/ for info on MS Access security

Nov 13 '05 #6

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

Similar topics

6
by: Paul | last post by:
In real life situation, do we ever come across a situation where we would need two base objects in an object. A snippet is worth 1000 words (: so... class Base { }; class Derived1:public Base...
8
by: Peter O'Reilly | last post by:
I have an HTML form with a textarea input box. When the user conducts a post request (e.g. clicks the submit button), an HTML preview page is presented to them with the information they have...
32
by: tshad | last post by:
Can you do a search for more that one string in another string? Something like: someString.IndexOf("something1","something2","something3",0) or would you have to do something like: if...
4
by: sri2097 | last post by:
Hi all, I'm storing number of dictionary values into a file using the 'cPickle' module and then am retrieving it. The following is the code for it - # Code for storing the values in the file...
3
by: breeto | last post by:
If you've configured .NET Remoting to use more than one channel of the same type, for example two TcpClientChannels with unique names, when you want to create a proxy to a remote object how do you...
5
by: Phill W. | last post by:
(VB'2003) What's the correct way to remove multiple, selected items from a ListView control (say, from a ContextMenu)? I ask because I'm getting a very annoying ArgumentOutOfRangeException...
6
by: Bugs | last post by:
Does anyone have any recommendations on the best way to create multiple instances of the same class when the final number of instances is unknown? For example, I have a class and based on some...
11
by: MikeT | last post by:
This may sound very elementary, but can you trap when your object is set to null within the object? I have created a class that registers an event from an object passed in the constructor. When...
7
by: =?Utf-8?B?Sm9lbCBNZXJr?= | last post by:
I have created a custom class with both value type members and reference type members. I then have another custom class which inherits from a generic list of my first class. This custom listneeds...
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
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.