473,385 Members | 2,069 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,385 software developers and data experts.

Synchronize between two tables in access

Hi,

I amnew to this group and lucky to have found this group. i have a
master table which has different types of application say Desktop,
Mainframes, etc.

I have an individual table for each of these application types.... one
for Desktop, one for mainframes, etc

How do i synchrinize data between these two tables, say i update the
Mainframe application description in Master table, it should get
updated in the Mainframe individual table.

TIA,
Pradeep

Aug 3 '06 #1
3 12170
Is the data you are keeping in these two tables something like AppName,
AppVersion, and AppDescription and one record would be
Access 2003 Relational database
If it is then I would have only one table and add a checkbox for Mainframe
and one for Desktop. Then when you enter the data you could check either or
both. If you needed a report on Mainframe applications, a query could pick
only mainframe records for your report, etc.

pradeep wrote:
>Hi,

I amnew to this group and lucky to have found this group. i have a
master table which has different types of application say Desktop,
Mainframes, etc.

I have an individual table for each of these application types.... one
for Desktop, one for mainframes, etc

How do i synchrinize data between these two tables, say i update the
Mainframe application description in Master table, it should get
updated in the Mainframe individual table.

TIA,
Pradeep
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200608/1

Aug 4 '06 #2
Thanks a lot for the help....will try this out and see if my problem
gets resolved....this is the first time i am working with access and
finding it much different from oracle..... :(

I had a single table earlier.....but people here want the data in
different tables so that they can modify or do any changes....if they
retrieve the info through a query...how do we manipulate them.....any
means by which we can modify data.

Say select * from Application_master where
Application_type="Mainframes"

all mainframe records are displayed.... there is a comments column...if
i need to add comments to that how do i add...they dont want to use
forms....they make decisions based on the whole query and enter
comments for individual applications.

Thanks again folks....this group rocks...
jahoobob via AccessMonster.com wrote:
Is the data you are keeping in these two tables something like AppName,
AppVersion, and AppDescription and one record would be
Access 2003 Relational database
If it is then I would have only one table and add a checkbox for Mainframe
and one for Desktop. Then when you enter the data you could check either or
both. If you needed a report on Mainframe applications, a query could pick
only mainframe records for your report, etc.

pradeep wrote:
Hi,

I amnew to this group and lucky to have found this group. i have a
master table which has different types of application say Desktop,
Mainframes, etc.

I have an individual table for each of these application types.... one
for Desktop, one for mainframes, etc

How do i synchrinize data between these two tables, say i update the
Mainframe application description in Master table, it should get
updated in the Mainframe individual table.

TIA,
Pradeep

--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200608/1
Aug 4 '06 #3
pradeep wrote:
Thanks a lot for the help....will try this out and see if my problem
gets resolved....this is the first time i am working with access and
finding it much different from oracle..... :(
Sure Access is different from Oracle, but table design is a universal
(well, almost) concept (^:
>
I had a single table earlier.....but people here want the data in
different tables so that they can modify or do any changes....if they
retrieve the info through a query...how do we manipulate them.....any
means by which we can modify data.

Say select * from Application_master where
Application_type="Mainframes"
Sure, if Application_type is a column in Application_master. If you have
two tables like I described in my post yesterday you would use the
SELECT statement I wrote there, adding a WHERE clause like
WHERE Application_type="Mainframes"

The difference here is how many times do you want to store the value
'Mainframes'? In a related table design you store this value exactly
once. In your one table design, you store it as many times as you have
rows for mainframe applications.

You can update the value with a new description in either case using an
UPDATE query or a form.
>
all mainframe records are displayed.... there is a comments column...if
i need to add comments to that how do i add...they dont want to use
forms....they make decisions based on the whole query and enter
comments for individual applications.
You really must use a form. I mean, Access does not require it, but you
will avoid a lot of headache if you do. Surely you don't update tables
directly in Oracle. Tables are meant to store data. Forms are for
displaying and modifying the data. Access makes this easy. You create a
query to retrieve the data you want (include comments column here),
create a form that uses the query as it's record source, and you're up
and running in under 1 minute.

Is this helping?
>
Thanks again folks....this group rocks...
jahoobob via AccessMonster.com wrote:
>Is the data you are keeping in these two tables something like AppName,
AppVersion, and AppDescription and one record would be
Access 2003 Relational database
If it is then I would have only one table and add a checkbox for Mainframe
and one for Desktop. Then when you enter the data you could check either or
both. If you needed a report on Mainframe applications, a query could pick
only mainframe records for your report, etc.

pradeep wrote:
>>Hi,

I amnew to this group and lucky to have found this group. i have a
master table which has different types of application say Desktop,
Mainframes, etc.

I have an individual table for each of these application types.... one
for Desktop, one for mainframes, etc

How do i synchrinize data between these two tables, say i update the
Mainframe application description in Master table, it should get
updated in the Mainframe individual table.

TIA,
Pradeep
--
Message posted via AccessMonster.com
http://www.accessmonster.com/Uwe/For...ccess/200608/1

--
Smartin
Aug 4 '06 #4

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

Similar topics

6
by: alex via SQLMonster.com | last post by:
Hi, anybody can help me. How can i synchronize 2 tables on 2 different sql servers 2000 i mean TABLE1(col1, col2, col3, col4) and TABLE1(col1, col2, col3, col4, col5, col6) the first 3...
4
by: gene.ellis | last post by:
Using a web interface, I am placing text into a SQL database. From time to time, I would like to synchronize one of my other tables in the database with the table that I am inserting content into....
8
by: Zlatko Matić | last post by:
There is a form (single form) and a combobox. I want that current record of the form is adjusted according to selected value in the combobox. Cuurrent record should be the same as the value in the...
2
by: Pascal Polleunus | last post by:
Hi, I need to synchronize some tables from a database (master) to another one (slave). Both servers are running Debian Woody with PostgreSQL 7.2.1 (postgresql 7.2.1-2woody4). The databases are...
3
by: Elioth | last post by:
Hi, I want to synchronize Access and SQL database schema. I have running a application and I want sync database because when I create a new Table in the database I need this table in all client...
1
by: pradeep | last post by:
Hi, I amnew to this group and lucky to have found this group. i have a master table which has different types of application say Desktop, Mainframes, etc. I have an individual table for each...
1
by: John | last post by:
Hello, I need to synchronize one access database with other access database. Tables and fields are off course same. Can someone tell me how to achieve this? Regards
1
by: rbarber | last post by:
I have to synchronize 2 databases hourly but am having difficulty maintaining foreign key relations. These tables use auto-increment columns as primary keys, with child records in other tables...
1
by: vicky12 | last post by:
HI all can anyone help me with this. I have two databases, one at my local host and second one on a web server with same tables. I have to make some changes to my local database and I need to update...
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: 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:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
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
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...

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.