V
VilMarci
Hi,
I have a table like:
ID,LotsOfDataFields
and now I have to add one field to the first one based on this second table:
ID,NTuserID
Like:
now: 1,DataFields
and should be 1,DataFields,NTuserID
How is this possible to do this? The new coloumn for NTuserID is there, I
only need to enter the ID-s... What makes the situation a bit hard, that not
all of the first table have NT accounts, so their NTuserID field should
remain blank...
Thanks for all help,
Marton
I have a table like:
ID,LotsOfDataFields
and now I have to add one field to the first one based on this second table:
ID,NTuserID
Like:
now: 1,DataFields
and should be 1,DataFields,NTuserID
How is this possible to do this? The new coloumn for NTuserID is there, I
only need to enter the ID-s... What makes the situation a bit hard, that not
all of the first table have NT accounts, so their NTuserID field should
remain blank...
Thanks for all help,
Marton