473,657 Members | 2,420 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Field to Field data duplication

I am creating a new database, that will contain 2 fields that will have the
same data. The DB is an inventory of computers. the fields I want to
duplicate are the "serial number" and the "computer name" fields. I was
wandering if there is a function that will fill in the "computer name" field
with the data that is entered into the "serial number" field. Thanks
Nov 13 '05 #1
3 1810
You could do it with an update query, or with visual basic code, or
with a macro in the data entry form, but in each case, it would be a
dumb thing to do.

It violates one of the basic precepts of database normalization, in
that data should be stored once and only once.

Nov 13 '05 #2
yes i now it does not follow DB normalization. but that is not my goal.
however it is needed for inventory purposes. thanks for the info.
Nov 13 '05 #3
"Bryan Warren" wrote
yes i now it does not follow DB
normalization. but that is not my
goal. however it is needed for
inventory purposes. thanks for
the info.


Normalization is not a "goal". It is just following good design practices,
and will, sooner or later, save you time, effort, and frustration.

I am intrigued by your response: If the data is there in one Field, why
would it be necessary to have duplicate data in another Field "for inventory
purposes"? Why not just use the "ID" Field wherever you'd otherwise use the
"Computer Name" Field?

Help me understand, because it does not make sense to me that there can be a
_need_ for two Fields in the same Record to contain identical information.
If there are circumstances when it is meaningful for them to contain
different information, that would be another thing altogether.

Larry Linson
Microsoft Access MVP

Nov 13 '05 #4

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

Similar topics

0
3471
by: Chris Sharman | last post by:
I'd like to design my pages to work cooperatively with browser autofill features. I've loked around, but can't find any good documentation on supported/unsupported field names (http://toolbar.google.com/autofill_help.html gives some details, but doesn't make it clear to me how to name my form fields; rfc3106 only seems to cover ecommerce specific data). I'd like a delivery name & address (primary); a contact name & address (if...
4
2512
by: philaphan80 | last post by:
Hello, I'm trying to dynamically load a list of teams into a SELECT field (dropdown / combo box) when a user clicks on the field. (The teams are pre-loaded into JS arrays via ASP/SQL -- not shown.) My problem is when I click on the box, the team loading *works*, but it's performing a funky action. Upon click, it drops down once and the teams are there. But in a split second (once the box drops down to its bottom limit) the screen...
2
1922
by: Tony Johnson | last post by:
Hello, I have a form that has a lot of fields. It is based on a one table. I have company information and then a description. I have to continually type in the description and it is a duplication of work because I have the description written in another table. I want the description field to be updated automatically so I dont have to keep typing it in for the particular vendor. I can build a query but it would affect other reports...
2
2380
by: cazz | last post by:
Hi I have a database with about 6 tables - each table is connected via the primary field in table no 1 - request no, one to many relationship. All tables also have one other field in common - software title. What I need to do is to automatically fill in software title field in each of the tables if the request no selected is the the same as in table 1?
3
1745
by: Thomas Matthews | last post by:
Hi, I've found with my compiler, that when a function contains const data in a function, that data is first copied to the stack. Given: /* Example 1 */ char Buffer; void My_Func(void)
3
1225
by: Stinky Pete | last post by:
Hi, I work in a manufacturing environment that needs to record non conformances (NCF) against goods or processes. At the moment, QA can open a form to automatically generate a new NCF number each time the "New NCF" button is pressed on the main form. This number is in the format yy-xxxx (see the code below). Each day we need to generate a list of NCF numbers for manufacturing so that night shift can allocate an NCF as necessary but...
14
1686
by: Takeadoe | last post by:
Folks, I at the proverbial fork in the road and before I make a decision, I was hoping maybe I could get some advice. I'm in the process of moving data to Access. I'd like to use Excel for charting. Consider this typical scenario for a second, and decide let me know how you would handle it.
3
2060
by: Chandeep | last post by:
Hello to all friendly helpful access experts, I have used Access many times in the past but this problem has always stumped me. I am currently developing a database and am almost certain that it is normalised as I have used numbers instead of long text wherever possible to prevent data duplication. The main problem with is with data entry as the users of this database do not want to be entering PROBLEM: My form is for data entry...
5
1592
MattFitzgerald
by: MattFitzgerald | last post by:
Can you help I want to reduce the number of queries I use? I have a union query which combines data from 2 different databases located at different sites. Both databases are identical each of these databases does not allow duplication of field this does not stop their being a duplication as that Vol Ref could be entered once at each site and I have a duplicate when they are merged. I am trying to create a report that highlights duplicates....
0
8395
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 usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8310
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 synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8732
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8503
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 most users, this new feature is actually very convenient. If you want to control the update process,...
0
8605
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 choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
5632
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4155
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
4306
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
2
1615
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.