R
Ron
Ok here's my dilema,
I have these 2 tables:
tblProjectClient
tblDataDownload
In the ProjectClient table there are 2 fields:
[ProjectMgrPC] & [Client]. Each client is assigned a
Project Manager.
In the DataDownload table there are about 15 fields, but
it also has a [ProjectMgrDD] & [Client] field.
When data is eventually downloaded from our Oracle system
to this Access table, all of the fields will be filled in
except for the [Project] field.
Is there a way (and I'm sure there is), to scan the Client
field of the Datadownload table, cross match the value in
that field against its same value in the Client field of
the ProjectClient table, and then write the [ProjectMgr]
value assigned to that particular client to the
[ProjectMgrDD] field of the DataDownload table?
If so, then how would it be written and where? Should it
be a Module assigned to some sort of triggering mechanism,
attach it to like an On Update or Click expression?
I would appreciate any help on this perplexing task.
Thanks,
Ron
I have these 2 tables:
tblProjectClient
tblDataDownload
In the ProjectClient table there are 2 fields:
[ProjectMgrPC] & [Client]. Each client is assigned a
Project Manager.
In the DataDownload table there are about 15 fields, but
it also has a [ProjectMgrDD] & [Client] field.
When data is eventually downloaded from our Oracle system
to this Access table, all of the fields will be filled in
except for the [Project] field.
Is there a way (and I'm sure there is), to scan the Client
field of the Datadownload table, cross match the value in
that field against its same value in the Client field of
the ProjectClient table, and then write the [ProjectMgr]
value assigned to that particular client to the
[ProjectMgrDD] field of the DataDownload table?
If so, then how would it be written and where? Should it
be a Module assigned to some sort of triggering mechanism,
attach it to like an On Update or Click expression?
I would appreciate any help on this perplexing task.
Thanks,
Ron