A
Ann Scharpf
I have two related tables:
VendorFundedHrs
EmployeeVendorAssignment
The key to the VendorFundedHrs (ProjectCode) is a longish alphanumeric
string which I thought would be unwieldy to work with. So I created another
three-digit field, VendorID, which I added to both tables.
Now I would like to link the tables the way I SHOULD have in the first place
.... with the ProjectCode. I'm trying to add the field to the
EmployeeVendorAssignment and then use an update query to insert the correct
value (from the VendorFundedHrs) into the employee's record. I'm not really
proficient in VBA - I can copy from stuff here but I can't write it from
scratch. So, I'm trying to use the graphic interface in the query to tell
Access to take the VendorFundedHrs:[ProjectCode] and insert it into the new
field in the EmployeeVendorAssignments table.
I figure there must be a way to do this but I haven't been able to figure
out how to do it; and so far I'm not seeing quite this type of update in the
Community Newsgroups posts. Can someone please point me in the right
direction?
Thanks very much for your help.
VendorFundedHrs
EmployeeVendorAssignment
The key to the VendorFundedHrs (ProjectCode) is a longish alphanumeric
string which I thought would be unwieldy to work with. So I created another
three-digit field, VendorID, which I added to both tables.
Now I would like to link the tables the way I SHOULD have in the first place
.... with the ProjectCode. I'm trying to add the field to the
EmployeeVendorAssignment and then use an update query to insert the correct
value (from the VendorFundedHrs) into the employee's record. I'm not really
proficient in VBA - I can copy from stuff here but I can't write it from
scratch. So, I'm trying to use the graphic interface in the query to tell
Access to take the VendorFundedHrs:[ProjectCode] and insert it into the new
field in the EmployeeVendorAssignments table.
I figure there must be a way to do this but I haven't been able to figure
out how to do it; and so far I'm not seeing quite this type of update in the
Community Newsgroups posts. Can someone please point me in the right
direction?
Thanks very much for your help.