Group:  Microsoft Access » microsoft.public.access.setupconfig
Thread: Disable insert of a new column before the 1st column

Geek News

Disable insert of a new column before the 1st column
Corcovadocowboy 11/21/2008 2:46:01 PM
Hi everybody !

I link my Access database to another software and the link breaks, when
somebody inserts a new column before the first colmn. Is ther a possibility
to configre Acces in this fashion to block inserting a new column before the
first column or at least poping up a message?

Thanks in advance!

Corcovadocowboy
RE: Disable insert of a new column before the 1st column
boblarson 12/19/2008 4:57:01 AM
My first question would be why in the world would people be adding columns to
your tables? This is not a good idea and, it makes it sound like you do not
have a properly normalized and designed database. It should be a RARE
occurance to add a field to a table. And, your users should not be anywhere
near the tables directly, but using them from a form.

So, what exactly is this database supposed to be doing why are columns being
added?
--
Bob Larson
Free Tutorials and Samples at http://www.btabdevelopment.com

__________________________________


"Corcovadocowboy" wrote:

[Quoted Text]
> Hi everybody !
>
> I link my Access database to another software and the link breaks, when
> somebody inserts a new column before the first colmn. Is ther a possibility
> to configre Acces in this fashion to block inserting a new column before the
> first column or at least poping up a message?
>
> Thanks in advance!
>
> Corcovadocowboy
RE: Disable insert of a new column before the 1st column
Corcovadocowboy 12/19/2008 11:52:01 AM
Hi Boblarsen,

thank you for your answer. I do digital mapping for agriculture and the
mapping system I'm using (TNTmips) is feeded by Access.

The farmer is able to modify the values in Access to see the changes in his
mapping system. My concerning is to prevent an accidental missuse of the
Access table. If the farmer inserts accidentaly a column in the first place,
the link breakes and has to be established.

You mentioned a form; is it possible to lock access to the access table and
the farmer uses a form, where it's not possible to insert a 1st column?

Thanks
gábor szakács

"boblarson" wrote:

[Quoted Text]
> My first question would be why in the world would people be adding columns to
> your tables? This is not a good idea and, it makes it sound like you do not
> have a properly normalized and designed database. It should be a RARE
> occurance to add a field to a table. And, your users should not be anywhere
> near the tables directly, but using them from a form.
>
> So, what exactly is this database supposed to be doing why are columns being
> added?
> --
> Bob Larson
> Free Tutorials and Samples at http://www.btabdevelopment.com
>
> __________________________________
>
>
> "Corcovadocowboy" wrote:
>
> > Hi everybody !
> >
> > I link my Access database to another software and the link breaks, when
> > somebody inserts a new column before the first colmn. Is ther a possibility
> > to configre Acces in this fashion to block inserting a new column before the
> > first column or at least poping up a message?
> >
> > Thanks in advance!
> >
> > Corcovadocowboy
Re: Disable insert of a new column before the 1st column
"Douglas J. Steele" <NOSPAM_djsteele[ at ]NOSPAM_gmail.com> 12/19/2008 12:19:44 PM
Allowing users to modify data in tables is pretty basic. Allowing users to
modify the design of the tables themselves isn't.

You still haven't answered Bob's question as to WHY your users have the
ability to add columns!

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


"Corcovadocowboy" <Corcovadocowboy[ at ]discussions.microsoft.com> wrote in
message news:35B93D0F-CCBE-425B-AC6C-983CD4AB706D[ at ]microsoft.com...
[Quoted Text]
> Hi Boblarsen,
>
> thank you for your answer. I do digital mapping for agriculture and the
> mapping system I'm using (TNTmips) is feeded by Access.
>
> The farmer is able to modify the values in Access to see the changes in
> his
> mapping system. My concerning is to prevent an accidental missuse of the
> Access table. If the farmer inserts accidentaly a column in the first
> place,
> the link breakes and has to be established.
>
> You mentioned a form; is it possible to lock access to the access table
> and
> the farmer uses a form, where it's not possible to insert a 1st column?
>
> Thanks
> gábor szakács
>
> "boblarson" wrote:
>
>> My first question would be why in the world would people be adding
>> columns to
>> your tables? This is not a good idea and, it makes it sound like you do
>> not
>> have a properly normalized and designed database. It should be a RARE
>> occurance to add a field to a table. And, your users should not be
>> anywhere
>> near the tables directly, but using them from a form.
>>
>> So, what exactly is this database supposed to be doing why are columns
>> being
>> added?
>> --
>> Bob Larson
>> Free Tutorials and Samples at http://www.btabdevelopment.com
>>
>> __________________________________
>>
>>
>> "Corcovadocowboy" wrote:
>>
>> > Hi everybody !
>> >
>> > I link my Access database to another software and the link breaks, when
>> > somebody inserts a new column before the first colmn. Is ther a
>> > possibility
>> > to configre Acces in this fashion to block inserting a new column
>> > before the
>> > first column or at least poping up a message?
>> >
>> > Thanks in advance!
>> >
>> > Corcovadocowboy


Re: Disable insert of a new column before the 1st column
Corcovadocowboy 12/19/2008 12:52:01 PM
Hi Douglas,

as you probably have noticed, I'm not a professional access user.
You asked, why my user has the ability to add columns. I want the user not
to have this ability. How can I accomplish that in Access?

Thanks
gábor szakács

"Douglas J. Steele" wrote:

[Quoted Text]
> Allowing users to modify data in tables is pretty basic. Allowing users to
> modify the design of the tables themselves isn't.
>
> You still haven't answered Bob's question as to WHY your users have the
> ability to add columns!
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no private e-mails, please)
>
>
> "Corcovadocowboy" <Corcovadocowboy[ at ]discussions.microsoft.com> wrote in
> message news:35B93D0F-CCBE-425B-AC6C-983CD4AB706D[ at ]microsoft.com...
> > Hi Boblarsen,
> >
> > thank you for your answer. I do digital mapping for agriculture and the
> > mapping system I'm using (TNTmips) is feeded by Access.
> >
> > The farmer is able to modify the values in Access to see the changes in
> > his
> > mapping system. My concerning is to prevent an accidental missuse of the
> > Access table. If the farmer inserts accidentaly a column in the first
> > place,
> > the link breakes and has to be established.
> >
> > You mentioned a form; is it possible to lock access to the access table
> > and
> > the farmer uses a form, where it's not possible to insert a 1st column?
> >
> > Thanks
> > gábor szakács
> >
> > "boblarson" wrote:
> >
> >> My first question would be why in the world would people be adding
> >> columns to
> >> your tables? This is not a good idea and, it makes it sound like you do
> >> not
> >> have a properly normalized and designed database. It should be a RARE
> >> occurance to add a field to a table. And, your users should not be
> >> anywhere
> >> near the tables directly, but using them from a form.
> >>
> >> So, what exactly is this database supposed to be doing why are columns
> >> being
> >> added?
> >> --
> >> Bob Larson
> >> Free Tutorials and Samples at http://www.btabdevelopment.com
> >>
> >> __________________________________
> >>
> >>
> >> "Corcovadocowboy" wrote:
> >>
> >> > Hi everybody !
> >> >
> >> > I link my Access database to another software and the link breaks, when
> >> > somebody inserts a new column before the first colmn. Is ther a
> >> > possibility
> >> > to configre Acces in this fashion to block inserting a new column
> >> > before the
> >> > first column or at least poping up a message?
> >> >
> >> > Thanks in advance!
> >> >
> >> > Corcovadocowboy
>
>
>
Re: Disable insert of a new column before the 1st column
"Douglas J. Steele" <NOSPAM_djsteele[ at ]NOSPAM_gmail.com> 12/19/2008 10:05:31 PM
Simplest way (although not foolproof) would be to hide the database window
so that they don't see the tables to muck with them!

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


"Corcovadocowboy" <Corcovadocowboy[ at ]discussions.microsoft.com> wrote in
message news:F4BB93D6-7D04-41E9-9ABA-6CBA15E844C7[ at ]microsoft.com...
[Quoted Text]
> Hi Douglas,
>
> as you probably have noticed, I'm not a professional access user.
> You asked, why my user has the ability to add columns. I want the user not
> to have this ability. How can I accomplish that in Access?
>
> Thanks
> gábor szakács
>
> "Douglas J. Steele" wrote:
>
>> Allowing users to modify data in tables is pretty basic. Allowing users
>> to
>> modify the design of the tables themselves isn't.
>>
>> You still haven't answered Bob's question as to WHY your users have the
>> ability to add columns!
>>
>> --
>> Doug Steele, Microsoft Access MVP
>> http://I.Am/DougSteele
>> (no private e-mails, please)
>>
>>
>> "Corcovadocowboy" <Corcovadocowboy[ at ]discussions.microsoft.com> wrote in
>> message news:35B93D0F-CCBE-425B-AC6C-983CD4AB706D[ at ]microsoft.com...
>> > Hi Boblarsen,
>> >
>> > thank you for your answer. I do digital mapping for agriculture and the
>> > mapping system I'm using (TNTmips) is feeded by Access.
>> >
>> > The farmer is able to modify the values in Access to see the changes in
>> > his
>> > mapping system. My concerning is to prevent an accidental missuse of
>> > the
>> > Access table. If the farmer inserts accidentaly a column in the first
>> > place,
>> > the link breakes and has to be established.
>> >
>> > You mentioned a form; is it possible to lock access to the access table
>> > and
>> > the farmer uses a form, where it's not possible to insert a 1st column?
>> >
>> > Thanks
>> > gábor szakács
>> >
>> > "boblarson" wrote:
>> >
>> >> My first question would be why in the world would people be adding
>> >> columns to
>> >> your tables? This is not a good idea and, it makes it sound like you
>> >> do
>> >> not
>> >> have a properly normalized and designed database. It should be a RARE
>> >> occurance to add a field to a table. And, your users should not be
>> >> anywhere
>> >> near the tables directly, but using them from a form.
>> >>
>> >> So, what exactly is this database supposed to be doing why are columns
>> >> being
>> >> added?
>> >> --
>> >> Bob Larson
>> >> Free Tutorials and Samples at http://www.btabdevelopment.com
>> >>
>> >> __________________________________
>> >>
>> >>
>> >> "Corcovadocowboy" wrote:
>> >>
>> >> > Hi everybody !
>> >> >
>> >> > I link my Access database to another software and the link breaks,
>> >> > when
>> >> > somebody inserts a new column before the first colmn. Is ther a
>> >> > possibility
>> >> > to configre Acces in this fashion to block inserting a new column
>> >> > before the
>> >> > first column or at least poping up a message?
>> >> >
>> >> > Thanks in advance!
>> >> >
>> >> > Corcovadocowboy
>>
>>
>>


Re: Disable insert of a new column before the 1st column
Corcovadocowboy 12/19/2008 10:44:01 PM
Ok, I will do that. Thank you.

gábor

"Douglas J. Steele" wrote:

[Quoted Text]
> Simplest way (although not foolproof) would be to hide the database window
> so that they don't see the tables to muck with them!
>
> --
> Doug Steele, Microsoft Access MVP
> http://I.Am/DougSteele
> (no private e-mails, please)
>
>
> "Corcovadocowboy" <Corcovadocowboy[ at ]discussions.microsoft.com> wrote in
> message news:F4BB93D6-7D04-41E9-9ABA-6CBA15E844C7[ at ]microsoft.com...
> > Hi Douglas,
> >
> > as you probably have noticed, I'm not a professional access user.
> > You asked, why my user has the ability to add columns. I want the user not
> > to have this ability. How can I accomplish that in Access?
> >
> > Thanks
> > gábor szakács
> >
> > "Douglas J. Steele" wrote:
> >
> >> Allowing users to modify data in tables is pretty basic. Allowing users
> >> to
> >> modify the design of the tables themselves isn't.
> >>
> >> You still haven't answered Bob's question as to WHY your users have the
> >> ability to add columns!
> >>
> >> --
> >> Doug Steele, Microsoft Access MVP
> >> http://I.Am/DougSteele
> >> (no private e-mails, please)
> >>
> >>
> >> "Corcovadocowboy" <Corcovadocowboy[ at ]discussions.microsoft.com> wrote in
> >> message news:35B93D0F-CCBE-425B-AC6C-983CD4AB706D[ at ]microsoft.com...
> >> > Hi Boblarsen,
> >> >
> >> > thank you for your answer. I do digital mapping for agriculture and the
> >> > mapping system I'm using (TNTmips) is feeded by Access.
> >> >
> >> > The farmer is able to modify the values in Access to see the changes in
> >> > his
> >> > mapping system. My concerning is to prevent an accidental missuse of
> >> > the
> >> > Access table. If the farmer inserts accidentaly a column in the first
> >> > place,
> >> > the link breakes and has to be established.
> >> >
> >> > You mentioned a form; is it possible to lock access to the access table
> >> > and
> >> > the farmer uses a form, where it's not possible to insert a 1st column?
> >> >
> >> > Thanks
> >> > gábor szakács
> >> >
> >> > "boblarson" wrote:
> >> >
> >> >> My first question would be why in the world would people be adding
> >> >> columns to
> >> >> your tables? This is not a good idea and, it makes it sound like you
> >> >> do
> >> >> not
> >> >> have a properly normalized and designed database. It should be a RARE
> >> >> occurance to add a field to a table. And, your users should not be
> >> >> anywhere
> >> >> near the tables directly, but using them from a form.
> >> >>
> >> >> So, what exactly is this database supposed to be doing why are columns
> >> >> being
> >> >> added?
> >> >> --
> >> >> Bob Larson
> >> >> Free Tutorials and Samples at http://www.btabdevelopment.com
> >> >>
> >> >> __________________________________
> >> >>
> >> >>
> >> >> "Corcovadocowboy" wrote:
> >> >>
> >> >> > Hi everybody !
> >> >> >
> >> >> > I link my Access database to another software and the link breaks,
> >> >> > when
> >> >> > somebody inserts a new column before the first colmn. Is ther a
> >> >> > possibility
> >> >> > to configre Acces in this fashion to block inserting a new column
> >> >> > before the
> >> >> > first column or at least poping up a message?
> >> >> >
> >> >> > Thanks in advance!
> >> >> >
> >> >> > Corcovadocowboy
> >>
> >>
> >>
>
>
>

Home | Search | Terms | Imprint Contact
Newsgroups Reader - provided by WiredBox.Net