SteveNinjaCoder
Technical User
Here is the problem, I got three tables,
tblAction
PK-ActionID
-ActionNames
tblComponent
PK-ComponentID
-ComponentNames
tblAction component
PK-ActionID
PK-ComponentID
-ActionNames
-ComponentNames
(The priamary keys are linked respectivly to their names)
I want to take tblAction.ActionID and tblComponent.ComponentID and Insert them into tblActionComponent based on the Specific values i choose. However I also want the names to come over too. So ActionName/ID and ComponentName/ID would show up on tblActionComponent. The input would look like this:
ActionID: 2 ComponentID: 4
=tblActionComponent=
ActionID: 2 ActionName: Bob ComponentID: 4 ComponentName:Jen
When i've been doing it i am just getting empty fields
any help would be great.
Thanks.
Steve-Ninja-Coder!
tblAction
PK-ActionID
-ActionNames
tblComponent
PK-ComponentID
-ComponentNames
tblAction component
PK-ActionID
PK-ComponentID
-ActionNames
-ComponentNames
(The priamary keys are linked respectivly to their names)
I want to take tblAction.ActionID and tblComponent.ComponentID and Insert them into tblActionComponent based on the Specific values i choose. However I also want the names to come over too. So ActionName/ID and ComponentName/ID would show up on tblActionComponent. The input would look like this:
ActionID: 2 ComponentID: 4
=tblActionComponent=
ActionID: 2 ActionName: Bob ComponentID: 4 ComponentName:Jen
When i've been doing it i am just getting empty fields
any help would be great.
Thanks.
Steve-Ninja-Coder!