473,385 Members | 1,673 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.

converting DOS dbase program into Access

Hi all,

Disclaimer: I have no database experience. However, I am a computer tech
and so therefore was given the following problem.

I have a customer who's been using a DOS dbase program, Disk-Count's
Business Contacts and Information Manager. This company apparently no
longer exists. My customer want to use something a little more updated than
a DOS-based program, so I thought we'd use Access.
I've imported the tables into Access just fine. The problem is cross
referencing. For example, there is the master contact table with customer
number, name, address, and comment fields and then a comment table with
customer number and additional comments that correspond to the master table.
How do I get the comment table linked or merged or whatever into the comment
field of the master table?

I hope I've explained this well enough, I've confused myself writing it.

Thanks for any thoughts on this matter!

Denise
Nov 12 '05 #1
4 3662
Join the two tables in a Query . . .
"Denise" <vt*********@hotmail.com> wrote in message
news:IY******************@news1.news.adelphia.net. ..
Hi all,

Disclaimer: I have no database experience. However, I am a computer tech
and so therefore was given the following problem.

I have a customer who's been using a DOS dbase program, Disk-Count's
Business Contacts and Information Manager. This company apparently no
longer exists. My customer want to use something a little more updated than a DOS-based program, so I thought we'd use Access.
I've imported the tables into Access just fine. The problem is cross
referencing. For example, there is the master contact table with customer
number, name, address, and comment fields and then a comment table with
customer number and additional comments that correspond to the master table. How do I get the comment table linked or merged or whatever into the comment field of the master table?

I hope I've explained this well enough, I've confused myself writing it.

Thanks for any thoughts on this matter!

Denise

Nov 12 '05 #2
rkc

"Denise" <vt*********@hotmail.com> wrote in message
news:IY******************@news1.news.adelphia.net. ..
Hi all,

Disclaimer: I have no database experience. However, I am a computer tech
and so therefore was given the following problem.

I have a customer who's been using a DOS dbase program, Disk-Count's
Business Contacts and Information Manager. This company apparently no
longer exists. My customer want to use something a little more updated than a DOS-based program, so I thought we'd use Access.
I've imported the tables into Access just fine. The problem is cross
referencing. For example, there is the master contact table with customer
number, name, address, and comment fields and then a comment table with
customer number and additional comments that correspond to the master table. How do I get the comment table linked or merged or whatever into the comment field of the master table?

I hope I've explained this well enough, I've confused myself writing it.


You don't really want to merge them into the comment field of the master
table, do you? The two tables have customer number in common as a
means of linking them together. When you want to see the additional
comments relating to a specific customer you can use a query that joins
the two tables via the customer number field.



Nov 12 '05 #3
"Denise" <vt*********@hotmail.com> wrote in message news:<IY******************@news1.news.adelphia.net >...
Hi all,

Disclaimer: I have no database experience. However, I am a computer tech
and so therefore was given the following problem.


Uh oh... someone didn't understand that computer techs are not
necessarily database programmers...

You do "cross-referencing" by creating a Parent-child relationship
between your two tables. The master contact table would be the parent
and have a primary key, which uniquely identified each record. There
would be a corresponding field in the child table, Comments, that
indicated what Contact record it belonged to, something like ContactID
or CommentContactID which would have the same value as the ContactID
in Contacts that it was related to. Time to get out a good book on
database design...
Nov 12 '05 #4
Thanks for your help guys, the query thing seems to be just what I need.

Denise
Nov 12 '05 #5

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

Similar topics

2
by: Ivan | last post by:
Hi, SQL Server 2000 SP3 Windos 2000 Server SP4 I have a DTS package that imports data from a dBase IV databse with files located in two folders (dBF1 and dBF2). I use a transform data task...
1
by: Moi | last post by:
I have tried repeatedly to import a MS Works database (simple address database) into Access, but I am having little luck. I have saved the Works file as DbaseIII DbaseIV and neither is seen by the...
1
by: Derek Griffiths | last post by:
Most of the complicated programs I write are boring applications that manipulate databases associated with the medical billing program where I work. The program uses foxpro dbases (version 3) for...
1
by: Durumdara | last post by:
Hi ! I have a text processor code and I want to put the results to standard files. HTML, XML, SQLite - they are ok. But I want to put these datas to DBF too, because when records are many,...
2
by: chiefsitebuilder | last post by:
I have a question about saving an MS Access program to CD and verifyng that the program works after being saved. Here is my situation, I have a person who developed an application for me using...
8
by: Michael B. Trausch | last post by:
I was wondering if anyone has had any experience with this. Someone I know is trying to move away from Microsoft Works, and I am trying to look into a solution that would convert their data in a...
0
by: j.np.12 | last post by:
I have an Access XP database which links to dBase III format tables and updates them. The app used to work fine until recently when the dBase index tables keep getting corrupted and need to be...
28
by: Randy Reimers | last post by:
(Hope I'm posting this correctly, otherwise - sorry!, don't know what else to do) I wrote a set of programs "many" years ago, running in a type of basic, called "Thoroughbred Basic", a type of...
2
by: rr02bo2 | last post by:
Hello, We have currently been working with a Microsoft Works (v.4.5a) database, however we have now reached the 32000 record limit. I would like to convert the table to Access (Access 2000) to...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 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 former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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
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...

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.