473,387 Members | 3,684 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

transfer data between tables

Hi guys, i am in sort of a dilemma here. Hope someone can help me.

I have a database with 3 tables named introducer, introducee and points.

In the table introducer, i have a field called "name". In the table introducee, i also have a field called "name".

what i would like to do is to auto transfer the data from "name" in introducee to "name" in introducer. How do i do this?
Feb 13 '07 #1
4 3365
MMcCarthy
14,534 Expert Mod 8TB
Hi guys, i am in sort of a dilemma here. Hope someone can help me.

I have a database with 3 tables named introducer, introducee and points.

In the table introducer, i have a field called "name". In the table introducee, i also have a field called "name".

what i would like to do is to auto transfer the data from "name" in introducee to "name" in introducer. How do i do this?
question is being moved to the Access forum.

ADMIN
Feb 13 '07 #2
Rabbit
12,516 Expert Mod 8TB
What do you mean by auto transfer? When and how do you want this to happen?
Feb 13 '07 #3
What do you mean by auto transfer? When and how do you want this to happen?
I am doing a database for a property promotion. So when lets say John (introducer) recommends Mary (introducee) to purchase a property, John will get some redemption points.

Soon, Mary(introducee) will also recommends someone else (matt) to buy a property. This will make Mary(introducee) to become an introducer.

For this I made 3 tables - introducer, introducee and points for this database. So when Mary(introducee) purchase a property, i would keyin her datas into the introducee table.

Soon Mary will also recommend someone else (matt) to buy a property. This will make Mary to be an introducer.

Since now I already have Mary's detail in the introducee table, I want to be able to transfer her details to the introducer table, without typing all her datas again into the intoducer table.

How do i do this??
Feb 14 '07 #4
MMcCarthy
14,534 Expert Mod 8TB
I am doing a database for a property promotion. So when lets say John (introducer) recommends Mary (introducee) to purchase a property, John will get some redemption points.

Soon, Mary(introducee) will also recommends someone else (matt) to buy a property. This will make Mary(introducee) to become an introducer.

For this I made 3 tables - introducer, introducee and points for this database. So when Mary(introducee) purchase a property, i would keyin her datas into the introducee table.

Soon Mary will also recommend someone else (matt) to buy a property. This will make Mary to be an introducer.

Since now I already have Mary's detail in the introducee table, I want to be able to transfer her details to the introducer table, without typing all her datas again into the intoducer table.

How do i do this??
You don't you only store her details once and use a foreign key reference to the table in which her details are stored. Have a look at the following tutorial.

Normalisation and Table structures

Mary
Feb 14 '07 #5

Sign in to post your reply or Sign up for a free account.

Similar topics

12
by: Pete..... | last post by:
Hi all. I have made a webpage where there is a webform where people can fill in their personel information: The code is below: I want to transfer the data to a postgreSQL database ( I have...
2
by: Lyn Duong | last post by:
hi all, I am trying to create a dts package to transfer data from tables in my sql server 2000 database to a db2 UDB v8.1.4 database. When I use ibm db2 oledb driver for the destination this...
2
by: allyn44 | last post by:
Hello, I have a form that I need to transfer some of the info into a second form based on a different query. The Id field is the same for data sources for both forms, but are based on...
2
by: Andy Davis | last post by:
Has anybody tried and had any success exporting data directly from ACT! 2000 to an Access database? I need to transfer data from ACT! to Access, but the data is all imported as text, including date...
2
by: Idan.Yael | last post by:
i have 2 mysql servers. one is local on my pc and the second is hosted on a remote server and my web site is using it. during the day on i run some scripts and updates on my local pc and i want...
1
by: ads | last post by:
how do i transfer database objects such as tables and sp to a database file in just clicks of a mouse? Originally we are using sql server 2000 as our data storage for a website but since the...
0
by: chili512 | last post by:
hi i need to transfer data inserted into a central db into any one of a number of other identical dbs based on a unqie identifier. the databases all sit on the same server. data streams from remote...
0
by: squashead | last post by:
Hello, I'm in the process of moving data from one database to another. Both are Microsoft sql 2005 databases. I planning on using SSIS to do this but have run into a problem. Since the source...
4
by: sravan_reddy001 | last post by:
I had created an appication that serves as an address book i used the SQL server 2000 as the database to store the contacts; its only a single table that contains enitre details now i thought...
0
by: =?Utf-8?B?R3V5?= | last post by:
I already spent some time thinking for a solution for my problem, but finally can't decide what would be the most optimal and correct solution. Therefore I post my question to this forum, to get...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
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...
0
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,...

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.