> I have an Access data project. In this project I have a form that when
> Access starts is loaded and this form has VBA code attached to it.
[quoted text clipped - 12 lines]
> Mike
> m charney at dunlap hospital dot org
:> I have an Access data project. In this project I have a form that when
:> Access starts is loaded and this form has VBA code attached to it.
[quoted text clipped - 12 lines]
:> Mike
:> m charney at dunlap hospital dot org
: I have a one line solution but I guess that's too few.
: Besides, 99 times out of 100, it's bad form and/or reflects poor design to
: be constantly deleting and creating a table, and I wouldn't want to
: propogate bad form or poor design.
: What's that, you just asked or a solution and not a lecture? Tant pis!
Now that you've heard the advice of a master user of Access,
here's something found by a 'fair' user of google:
http://www.fontstuff.com/access/acctut16.htm
gives the one-line of code for deleting a table. I'm sure Lyle
can actually do the whole thing in one line, but *I* would need
to add error-trapping code to handle the error if the table
doesn't exist.
--thelma
Mike Charney - 17 Apr 2006 14:26 GMT
> :> I have an Access data project. In this project I have a form that when
> :> Access starts is loaded and this form has VBA code attached to it.
[quoted text clipped - 32 lines]
> doesn't exist.
> --thelma
Thanks Thelma.
I guess Lyle was to busy being an arrogant butt to help.