Hi,
have managed to import Lotus 'Views' into access
I have a table[1] with a list dates,tasks completed, user etc and a table[2] with a list of all the tasks available
Have added a key column to the tasks available table
now I want to add the keys to table[1] automatically where the task text in table[1] matches the text in table[2]
make sense?
example
table[1]
date user task
---------------------------------
01/01/04 MG First Aid
01/01/04 GH First Aid
02/01/04 BN First Aid
02/01/04 MG Safety
03/01/04 BN Safety
table[2]
taskid task
---------------------
1 First Aid
2 Safety
updated table[1] should look like
table[1]
date user task taskid
------------------------------------------
01/01/04 MG First Aid 1
01/01/04 GH First Aid 1
02/01/04 BN First Aid 1
02/01/04 MG Safety 2
03/01/04 BN Safety 2
so i can delete the field task and lookup in table [2]
i have 3000 records so would like to do this automatically
ne ideas?
[bloody notes]
have managed to import Lotus 'Views' into access
I have a table[1] with a list dates,tasks completed, user etc and a table[2] with a list of all the tasks available
Have added a key column to the tasks available table
now I want to add the keys to table[1] automatically where the task text in table[1] matches the text in table[2]
make sense?
example
table[1]
date user task
---------------------------------
01/01/04 MG First Aid
01/01/04 GH First Aid
02/01/04 BN First Aid
02/01/04 MG Safety
03/01/04 BN Safety
table[2]
taskid task
---------------------
1 First Aid
2 Safety
updated table[1] should look like
table[1]
date user task taskid
------------------------------------------
01/01/04 MG First Aid 1
01/01/04 GH First Aid 1
02/01/04 BN First Aid 1
02/01/04 MG Safety 2
03/01/04 BN Safety 2
so i can delete the field task and lookup in table [2]
i have 3000 records so would like to do this automatically
ne ideas?
[bloody notes]