M
mthornblad
Hi
I am converting an inventory system from a dos-based database called
DataEase to Access. In the DataEase system a 4 digit customer number
(called a numeric string in DataEase) uniquely identifies each
customer in the Customers table. This number is used as the basis for
a relationship between the Customers table and the Invoices table.
The Customers table has approx 1000 records and the Invoices table has
approx 9000 records. I need to import the data from the Dataease
system to Access but I need help on the best way to proceed.
The customer number field in the Customers table (in Dataease) is an
"auto increment" field type. This field type adds 1 to the highest
customer number. If the last customer is "2004" and you enter a new
customer, the customer number of the new record is "2005"
If I was starting from scratch I could use the AutoNumber field type
in Access and everything would be fine. But I need to be able to keep
the existing relationship between the existing Customers table and
Invoices table.
If I import the existing data into Access using a 4 digit text field
as the destination field type that would work but when I enter new
records into the Customers table, I would have to assign the next
customer number myself.
I would appreciate any suggestions on the best way to proceed.
Thanks in advance
Mark Thornblad
I am converting an inventory system from a dos-based database called
DataEase to Access. In the DataEase system a 4 digit customer number
(called a numeric string in DataEase) uniquely identifies each
customer in the Customers table. This number is used as the basis for
a relationship between the Customers table and the Invoices table.
The Customers table has approx 1000 records and the Invoices table has
approx 9000 records. I need to import the data from the Dataease
system to Access but I need help on the best way to proceed.
The customer number field in the Customers table (in Dataease) is an
"auto increment" field type. This field type adds 1 to the highest
customer number. If the last customer is "2004" and you enter a new
customer, the customer number of the new record is "2005"
If I was starting from scratch I could use the AutoNumber field type
in Access and everything would be fine. But I need to be able to keep
the existing relationship between the existing Customers table and
Invoices table.
If I import the existing data into Access using a 4 digit text field
as the destination field type that would work but when I enter new
records into the Customers table, I would have to assign the next
customer number myself.
I would appreciate any suggestions on the best way to proceed.
Thanks in advance
Mark Thornblad