| re: converting DOS dbase program into Access
"Denise" <vtbruinsfan@hotmail.com> wrote in message
news:IYWob.812$Bf7.836832@news1.news.adelphia.net. ..[color=blue]
> 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[/color]
than[color=blue]
> 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[/color]
table.[color=blue]
> How do I get the comment table linked or merged or whatever into the[/color]
comment[color=blue]
> field of the master table?
>
> I hope I've explained this well enough, I've confused myself writing it.[/color]
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. |