A
AccessKay
I’m floundering about and need someone to point me in the right direction. I
have two tables:
tblCostCat
CostCatNm-PK-text
TypeID-text
GrpTypeID-text
tblTransData
ID-PK-number
Employee-text
CostCatNm-text
TransDate-date
Hours-number
I need to populate the tblTransData with the TypeID in tblCostCat. I’m not
that experience with update queries but created one recently for another task
and thought I’d use the same logic. I’ll leave out all the details about
this because it didn’t work and I’m pretty sure I was going about it wrong.
What’s the best or easiest way to do this?
Thanks for any suggestions.
have two tables:
tblCostCat
CostCatNm-PK-text
TypeID-text
GrpTypeID-text
tblTransData
ID-PK-number
Employee-text
CostCatNm-text
TransDate-date
Hours-number
I need to populate the tblTransData with the TypeID in tblCostCat. I’m not
that experience with update queries but created one recently for another task
and thought I’d use the same logic. I’ll leave out all the details about
this because it didn’t work and I’m pretty sure I was going about it wrong.
What’s the best or easiest way to do this?
Thanks for any suggestions.