This is what I have:
tblDeveloper (fields: Programmer and Cost)=these have data.
tblDeveloperX (fields: Programmer and Cost)=reads what I select from the form.
I have a form which reads data from tblDeveloper. Hence a drop down box:
Developer Cost
Al $25.34
Ben $35.00
Tim $45.55
Basically when you select one of these fields from the form combobox, it takes it to the tblDeveloperX, which is ok.
What I have is:
control source=developer
row source type=table/query
row source=tblDeveloper
How do I get both Developer and Price to tblDeveloperX????
tblDeveloper (fields: Programmer and Cost)=these have data.
tblDeveloperX (fields: Programmer and Cost)=reads what I select from the form.
I have a form which reads data from tblDeveloper. Hence a drop down box:
Developer Cost
Al $25.34
Ben $35.00
Tim $45.55
Basically when you select one of these fields from the form combobox, it takes it to the tblDeveloperX, which is ok.
What I have is:
control source=developer
row source type=table/query
row source=tblDeveloper
How do I get both Developer and Price to tblDeveloperX????