remove a switchboard

Indigobuni

Registered User.
Local time
Today, 04:51
Joined
Oct 9, 2001
Messages
26
Is there an easy way to remove a switchboard from the database? We don't use it. An easy example to use would be the Inventory Control database Access has set up already as an example database. It's the same one we used for our Inventory Control. Thanks.
 
doesn't like just deleting it...

Rich said:
Delete it? and the switchboard table too

I know, it sounds simple... just delete it. Like I haven't tried it. :( But we have tried that and it seems to want to mess a bunch of forms, reports, and queries up.
 
In what way does it mess up your other objects, are they referencing the Switchboard?
 
A guess, without actually seeing the code, is that on closing or unloading each form/report, etc. the switchboard is loaded or opened again. If a check of these subs proves this to be true, just delete the offending code.

The Missinglinq
 

Users who are viewing this thread

Back
Top Bottom