P
Pat McCann
Firstly - I'm no expert.
What I'm trying to achieve - This is a simple club membership
requirement. I have some data held in an external system which I can
export via csv format. This is club member data and each record has a
unique membership number field and some associated name and address
fields etc.
I want to create an access database and add some additional club
member datafields to each record. My approach is to create two tables.
One table holds the imported data from the external system and the
second table will hold the additional data fields. I'm also creating
an identical unique membership reference number field in the second
table and then creating a one to one relationship between them.
So at this stage I have 800 records in the imported table with for
example, to keep it simple, one reference number field and name field.
I have two fields in the second table - one reference number field and
one telephone number field. At this stage there is data in the table
with 800 records imported and no data in the newly created second
table, albeit there is an identical reference number field with a
relationship to the first table.
If I create a form with all fields on it to enable me to input the
telephone number in each record, when the first record shows in the
form I expected to see the reference number field and name field
filled in so that I could just add the telephone number. This is not
the case.
What I do get is all fields blank so I don't know what field I'm
entering telephone data for.
Whilst I could get round this by copying the import table data to the
new table so that I have 800 reference numbers in both table, my real
concern is maintaining the data the future.
To maintain this database, I will need to import from the external
system on, say, a monthly basis. I'm assuming that to do this, I would
temporarily delete the relationship between the two tables, delete the
import table. create a new import table from the new csv file and
recreate the relationship. Hopefully all records with the same
references number would still be related, but new records with new
member references since last import would show blank again wouldn't
they?, and I have the same problem with the update form.
Is what I'm trying to do feasible? If so, any ideas why the form
shows only blank fields when I have data in one of the tables?
I'm using access '97
Thanks in anticipation
Pat McCann, Wakefield, England
What I'm trying to achieve - This is a simple club membership
requirement. I have some data held in an external system which I can
export via csv format. This is club member data and each record has a
unique membership number field and some associated name and address
fields etc.
I want to create an access database and add some additional club
member datafields to each record. My approach is to create two tables.
One table holds the imported data from the external system and the
second table will hold the additional data fields. I'm also creating
an identical unique membership reference number field in the second
table and then creating a one to one relationship between them.
So at this stage I have 800 records in the imported table with for
example, to keep it simple, one reference number field and name field.
I have two fields in the second table - one reference number field and
one telephone number field. At this stage there is data in the table
with 800 records imported and no data in the newly created second
table, albeit there is an identical reference number field with a
relationship to the first table.
If I create a form with all fields on it to enable me to input the
telephone number in each record, when the first record shows in the
form I expected to see the reference number field and name field
filled in so that I could just add the telephone number. This is not
the case.
What I do get is all fields blank so I don't know what field I'm
entering telephone data for.
Whilst I could get round this by copying the import table data to the
new table so that I have 800 reference numbers in both table, my real
concern is maintaining the data the future.
To maintain this database, I will need to import from the external
system on, say, a monthly basis. I'm assuming that to do this, I would
temporarily delete the relationship between the two tables, delete the
import table. create a new import table from the new csv file and
recreate the relationship. Hopefully all records with the same
references number would still be related, but new records with new
member references since last import would show blank again wouldn't
they?, and I have the same problem with the update form.
Is what I'm trying to do feasible? If so, any ideas why the form
shows only blank fields when I have data in one of the tables?
I'm using access '97
Thanks in anticipation
Pat McCann, Wakefield, England