Newbee1000
MIS
I have three tables
Projects
ProjectID (PK)
Project name
Parts
PartID(PK)
PartDescription
ProjectParts- Junction Table
ProjectPartID(PK)
ProjectID
PartID
I want to enter the parts used in the project from a form.
For this I use the ProjectParts table and, I made the form by using autoform: Datasheet view.
Now I get a drop down for PartsID as I have a one to many relationship between Parts and ProjectParts. But when I drop the combobox down I get the PartID(Index key value). I have tried to change the Bound Column number in the properties tab from "1" to the correct column number to get the combo box to dispaly the right data for me, it works but then I get an error.
"That I am choosing text data for a numeric field"
Now I am linking the table at the PK level so it is numeric so how an i get a value other than the PK value to display in the combobox?
Confused, very confused.
Projects
ProjectID (PK)
Project name
Parts
PartID(PK)
PartDescription
ProjectParts- Junction Table
ProjectPartID(PK)
ProjectID
PartID
I want to enter the parts used in the project from a form.
For this I use the ProjectParts table and, I made the form by using autoform: Datasheet view.
Now I get a drop down for PartsID as I have a one to many relationship between Parts and ProjectParts. But when I drop the combobox down I get the PartID(Index key value). I have tried to change the Bound Column number in the properties tab from "1" to the correct column number to get the combo box to dispaly the right data for me, it works but then I get an error.
"That I am choosing text data for a numeric field"
Now I am linking the table at the PK level so it is numeric so how an i get a value other than the PK value to display in the combobox?
Confused, very confused.