D
Dave
I have 3 tables, PipeSize, Schedule, Componets, Weight.
Using 3 drop down boxes, PipeSize, Schedule, Componets, I want to be able
look up one individual field in the weight table. I have the tables set up:
tblPipeSize
PipeSizeID
PipeSize
tblSchedule
ScheduleID
Schedule
tblComponents
ComponentID
Components
tblWeight
WeightID
PipeSizeID
ScheduleID
ComponetID
Weight
How would I get the individual weight value to display in a text box?
Thanks
Using 3 drop down boxes, PipeSize, Schedule, Componets, I want to be able
look up one individual field in the weight table. I have the tables set up:
tblPipeSize
PipeSizeID
PipeSize
tblSchedule
ScheduleID
Schedule
tblComponents
ComponentID
Components
tblWeight
WeightID
PipeSizeID
ScheduleID
ComponetID
Weight
How would I get the individual weight value to display in a text box?
Thanks