473,587 Members | 2,501 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Add a Fields to a Table w/ Existing Data

hi everyone-

i inheritrd a database that wasn't designed very well. i'm trying to
decide whether or not it is a good idea to add at least 8 more fields
to a table that already has existing records in it- about 800.

right now, a combo box records the reason why a particular person
called. i want to add 3 more combo boxes to record the other reasons
why someone called.

the table with the records in it has 6 six firlds. i want to add like
eight more fields. the records already in the database will not be
updated. we aren't going to go back to the old calls records and add
more reasons for the call. we're only going to start recording more
reasons why a person calls from now on or whenever i find the best
solution to this.

so is it safe/ ok to add more fields to a table that already has a lot
of existing records? in the different books i've read, the authors say
to never do this.

i'm thinking about creating a new table with all of the fields i need
and then somehow copying the old records and pasting them into the new
table. does this sound like a better idea?

thanks for your time,

miguelito
Nov 12 '05 #1
2 1674
No problem with adding additional fields to an existing table.

For a good database, though, you would be better creating a new related
table to handle the reasons for the call. With a one-to-many relation, you
would use a subform to enter the reasons - one per row - as many reasons as
needed.

If you do need to add data to the new fields, you can do that with an Update
query.

--
Allen Browne - Microsoft MVP. Perth, Western Australia.
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

"Miguelito Bain" <mi***********@ hotmail.com> wrote in message
news:1b******** *************** ***@posting.goo gle.com...
hi everyone-

i inheritrd a database that wasn't designed very well. i'm trying to
decide whether or not it is a good idea to add at least 8 more fields
to a table that already has existing records in it- about 800.

right now, a combo box records the reason why a particular person
called. i want to add 3 more combo boxes to record the other reasons
why someone called.

the table with the records in it has 6 six firlds. i want to add like
eight more fields. the records already in the database will not be
updated. we aren't going to go back to the old calls records and add
more reasons for the call. we're only going to start recording more
reasons why a person calls from now on or whenever i find the best
solution to this.

so is it safe/ ok to add more fields to a table that already has a lot
of existing records? in the different books i've read, the authors say
to never do this.

i'm thinking about creating a new table with all of the fields i need
and then somehow copying the old records and pasting them into the new
table. does this sound like a better idea?

thanks for your time,

miguelito

Nov 12 '05 #2
Mr. Bain,
Like the other person posting here, I'd think about listing reasons why a
person called along with the details recorded about the call in a row.
There would be a single column called "call_reaso n" that tied to another
table listing call reasons, perhaps a column to store a date/time of the
call, a large text column (255 is the limit in Access XP unless you are
working with MSDE, then the limit increases to 4000 characters) to store
notes about the call, a column indicating status (open, closed, on-hold,
etc.) and some way of linking the call to the contact calling, if possible.
Then again, MS Outlook does all of this and more, comes with some versions
of MS Office, and . . . would put you out of a job, never mind.

"Miguelito Bain" <mi***********@ hotmail.com> wrote in message
news:1b******** *************** ***@posting.goo gle.com...
hi everyone-

i inheritrd a database that wasn't designed very well. i'm trying to
decide whether or not it is a good idea to add at least 8 more fields
to a table that already has existing records in it- about 800.

right now, a combo box records the reason why a particular person
called. i want to add 3 more combo boxes to record the other reasons
why someone called.

the table with the records in it has 6 six firlds. i want to add like
eight more fields. the records already in the database will not be
updated. we aren't going to go back to the old calls records and add
more reasons for the call. we're only going to start recording more
reasons why a person calls from now on or whenever i find the best
solution to this.

so is it safe/ ok to add more fields to a table that already has a lot
of existing records? in the different books i've read, the authors say
to never do this.

i'm thinking about creating a new table with all of the fields i need
and then somehow copying the old records and pasting them into the new
table. does this sound like a better idea?

thanks for your time,

miguelito

Nov 12 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
1985
by: Aaron | last post by:
I've been using MySQL for several months and enjoyed great success when installing other people's scripts to databses I make using phpMyAdmin. My challenge is developing from scratch the scripts, for which I've got good resources, manuals, and much time into practice and test. My question is three-fold, as I have 14,000 records of...
3
4901
by: Raj | last post by:
Hi, I am trying to add some more information to the table which already has a lot a data (like 2-3000 records). The new information may be adding 2-3 new columns worth. Now my questions are: (1)Is it a good idea to add new columns to the existing table? then it will create these new columns for all old records, will it not result in wasting...
2
1817
by: MikeY | last post by:
Hi everyone, Using C#, Windows forms. I am trying to learn how to modify existing data with in MSDE table/fields. If anyone could help me out with my code, I would appreciate it. My code is as follows: private void btnEmpModify_Click(object sender, System.EventArgs e) { DataTable thisTable = dsModifyRecord.Tables; //THIS IS WHERE I'M...
13
4166
by: nyt | last post by:
I have a problem of number and text field. I got the database file(mdb) that contains many combo boxes used and its list values are created by "value list" For eg field Field name= 'furniture' , data type='Number' ,Display Control='Combo Box', RowSource Type = 'Value List' and Row Source = ' 0;"chair";1;"Table";2;"Bed" ' Therefore, in...
1
1395
by: Nishtha | last post by:
Can anybody tell me how to add text box in front end at runtime and also to add corresponding fields in database with connectivity in vb.net I know i can add controls at runtime and also add fields to existing tables but dont know how to save this all for future use. does anybody know the solution :)
20
14380
by: technocraze | last post by:
Hi guys & commnunity experts, Does anyone knw how to go about checking for existing data in an MS Acess table? I have tried out the following code using vb but doesnt seem to work that well? Can anyone ps take a look at this code / logic and if possible point out the error or make correction? What i need is to check for existing studentId...
2
2424
by: Gary42103 | last post by:
Hi I need Perl Script to do Data Parsing using existing data files. I have my existing data files in the following directory: Directory Name: workfs/ams Data File Names: 20070504.dat, 20070503.dat, 20070502.dat In each of above data files there will be some millions of records. So my job is read those data files and also read first 3...
0
1419
by: cb123 | last post by:
Hello, Please bear with me I'm new to t-sql. I've had no luck trying to figure this out yet using sql code. I need to use an existing table (data dictionary) as input for creating a new table. Using MS SQL 2000 t-sql. Existing table has the new table column characteristics and looks like this, FieldName Type Size Nulls...
1
4183
by: drwigginton | last post by:
I have created several bar charts in MS Access using query results to provide the data for the chart. I added data tables to the charts to show the actual values. My problem is that one of the fields in the data table continues to display a number with several decimal places showing (i.e., 7.120000054). The query field that provides the number...
2
2839
by: kostasgio | last post by:
Hello, this is my first post here, i hope i'll find this forum usefull. Although i did a search about my question, i didnt find what i need , because the question isnt exactly what it sounds. Here's my scenario I have a table that doesnt have an identity column, but does have unique rows depending on a combination of two columns. the...
0
7920
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
7849
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language...
0
8215
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
1
7973
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
8220
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the...
0
6626
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5718
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
1
2358
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1454
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.