PC Review


Reply
Thread Tools Rate Thread

Adding a new field to table

 
 
Gator
Guest
Posts: n/a
 
      21st Jul 2008
Are there any tutorials out there that will help me learn how to code a
table and fields from scratch when I need one.
MIchael
 
Reply With Quote
 
 
 
 
Jeff Boyce
Guest
Posts: n/a
 
      21st Jul 2008
Michael

Your question implies that:

1) you are not using the User Interface, which makes adding a table and
fields quite easy, and
2) you are creating a table "on the fly", which seems contrary to the
notion of a well-normalized table structure.

More info, please...

Regards

Jeff Boyce
Microsoft Office/Access MVP

"Gator" <(E-Mail Removed)> wrote in message
news:B397F24F-E4F7-4FBC-A28E-(E-Mail Removed)...
> Are there any tutorials out there that will help me learn how to code a
> table and fields from scratch when I need one.
> MIchael



 
Reply With Quote
 
Gator
Guest
Posts: n/a
 
      21st Jul 2008
I think what I'm after is how to add a field to a table through an interface,
I guess after the current record is updated / or when another record is
selected.

"Jeff Boyce" wrote:

> Michael
>
> Your question implies that:
>
> 1) you are not using the User Interface, which makes adding a table and
> fields quite easy, and
> 2) you are creating a table "on the fly", which seems contrary to the
> notion of a well-normalized table structure.
>
> More info, please...
>
> Regards
>
> Jeff Boyce
> Microsoft Office/Access MVP
>
> "Gator" <(E-Mail Removed)> wrote in message
> news:B397F24F-E4F7-4FBC-A28E-(E-Mail Removed)...
> > Are there any tutorials out there that will help me learn how to code a
> > table and fields from scratch when I need one.
> > MIchael

>
>
>

 
Reply With Quote
 
pietlinden@hotmail.com
Guest
Posts: n/a
 
      21st Jul 2008
On Jul 21, 12:01*pm, Gator <Ga...@discussions.microsoft.com> wrote:
> I think what I'm after is how to add a field to a table through an interface,
> I guess after the current record is updated / or when another record is
> selected.
>
>
>
> "Jeff Boyce" wrote:
> > Michael

>
> > Your question implies that:

>
> > * 1) you are not using the User Interface, which makes adding a tableand
> > fields quite easy, and
> > * 2) you are creating a table "on the fly", which seems contrary to the
> > notion of a well-normalized table structure.

>
> > More info, please...

>
> > Regards

>
> > Jeff Boyce
> > Microsoft Office/Access MVP

>
> > "Gator" <Ga...@discussions.microsoft.com> wrote in message
> >news:B397F24F-E4F7-4FBC-A28E-(E-Mail Removed)...
> > > Are there any tutorials out there that will help me learn *how to code a
> > > table and fields from scratch when I need one.
> > > MIchael- Hide quoted text -

>
> - Show quoted text -


Maybe I misread Jeff's question, but why do you need to add another
field to your table on the fly? Usually this is an indication of
improper normalization. If you absolutely have to do it, Allen Browne
has code on his website to do it.
www.allenbrowne.com
 
Reply With Quote
 
Gator
Guest
Posts: n/a
 
      21st Jul 2008
where in his site?

"(E-Mail Removed)" wrote:

> On Jul 21, 12:01 pm, Gator <Ga...@discussions.microsoft.com> wrote:
> > I think what I'm after is how to add a field to a table through an interface,
> > I guess after the current record is updated / or when another record is
> > selected.
> >
> >
> >
> > "Jeff Boyce" wrote:
> > > Michael

> >
> > > Your question implies that:

> >
> > > 1) you are not using the User Interface, which makes adding a table and
> > > fields quite easy, and
> > > 2) you are creating a table "on the fly", which seems contrary to the
> > > notion of a well-normalized table structure.

> >
> > > More info, please...

> >
> > > Regards

> >
> > > Jeff Boyce
> > > Microsoft Office/Access MVP

> >
> > > "Gator" <Ga...@discussions.microsoft.com> wrote in message
> > >news:B397F24F-E4F7-4FBC-A28E-(E-Mail Removed)...
> > > > Are there any tutorials out there that will help me learn how to code a
> > > > table and fields from scratch when I need one.
> > > > MIchael- Hide quoted text -

> >
> > - Show quoted text -

>
> Maybe I misread Jeff's question, but why do you need to add another
> field to your table on the fly? Usually this is an indication of
> improper normalization. If you absolutely have to do it, Allen Browne
> has code on his website to do it.
> www.allenbrowne.com
>

 
Reply With Quote
 
Graham Mandeno
Guest
Posts: n/a
 
      21st Jul 2008
Hi Gator

The URL for Allen's site was included in Piet's message, quoted below:

BUT...... As Jeff and Piet have said, adding tables and fields on the fly
is something that generally sets off loud alarm bells for us database
professionals. 9 times out of 10 it means you are doing something wrong.

So, before you proceed down this path, we invite you to explain what you are
trying to achieve, and perhaps someone can suggest a better way.
--
Good Luck :-)

Graham Mandeno [Access MVP]
Auckland, New Zealand

"Gator" <(E-Mail Removed)> wrote in message
news:228CC23B-2457-4EB4-82D0-(E-Mail Removed)...
> where in his site?
>
> "(E-Mail Removed)" wrote:
>

[snip]
>>
>> Maybe I misread Jeff's question, but why do you need to add another
>> field to your table on the fly? Usually this is an indication of
>> improper normalization. If you absolutely have to do it, Allen Browne
>> has code on his website to do it.
>> www.allenbrowne.com



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Adding Data to a Field based on another Field in a Table =?Utf-8?B?bHJlZWNoZXI=?= Microsoft Access Queries 6 21st Jun 2007 07:57 PM
syntax to compare data from text field, when adding a record, to a field in a table for duplicates amanda Microsoft VB .NET 1 18th Nov 2006 12:59 PM
adding value to 2nd field in a table ? =?Utf-8?B?dGFudGVqbw==?= Microsoft Access Getting Started 1 14th Feb 2005 04:27 PM
Adding a field to a table Bill Microsoft Access 5 21st Apr 2004 05:50 PM
Adding field in table; then field not showing up in form =?Utf-8?B?UGF1bCBSZXlub2xkcw==?= Microsoft Access Forms 1 2nd Mar 2004 07:00 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:02 AM.