From: Bob Darlington on
I have a routine which creates a new table using "SELECT INTO ....."
Is there anyway to set the default Subdatasheet name property to 'None' for
new tables?
Or do I need to run a separate routine to set it each time?
I'm using Access 2002, and I do have the code to reset this value if
necessary.

--
Bob Darlington
Brisbane


From: Tom van Stiphout on
On Thu, 3 Jul 2008 18:24:37 +1000, "Bob Darlington"
<bob(a)dpcmanAX.com.au> wrote:

I think you have to set it each time. There is no global setting
AFAIK.
-Tom.


>I have a routine which creates a new table using "SELECT INTO ....."
>Is there anyway to set the default Subdatasheet name property to 'None' for
>new tables?
>Or do I need to run a separate routine to set it each time?
>I'm using Access 2002, and I do have the code to reset this value if
>necessary.
From: Bob Darlington on
Thanks Tom.
I guess I was just being hopeful.

--
Bob Darlington
Brisbane
"Tom van Stiphout" <no.spam.tom7744(a)cox.net> wrote in message
news:7dlp64dqm579876suokr1r60fcalpul08k(a)4ax.com...
> On Thu, 3 Jul 2008 18:24:37 +1000, "Bob Darlington"
> <bob(a)dpcmanAX.com.au> wrote:
>
> I think you have to set it each time. There is no global setting
> AFAIK.
> -Tom.
>
>
>>I have a routine which creates a new table using "SELECT INTO ....."
>>Is there anyway to set the default Subdatasheet name property to 'None'
>>for
>>new tables?
>>Or do I need to run a separate routine to set it each time?
>>I'm using Access 2002, and I do have the code to reset this value if
>>necessary.