K
Kevin Sprinkel
To identify a steel type, I have a combo box cboSteelID,
which gets its values from tblSteelData, of the following
structure:
tblSteelData
SteelID AutoNumber
SteelType Number (FK)
Dimensions Text
LBperLF Single
SFperLF Single
On choosing a value for the combo box, I'd like to fill
two textboxes with the corresponding LBperLF and SFperLF
values to be used in calculations.
Can anyone tell me how?
Kevin Sprinkel
which gets its values from tblSteelData, of the following
structure:
tblSteelData
SteelID AutoNumber
SteelType Number (FK)
Dimensions Text
LBperLF Single
SFperLF Single
On choosing a value for the combo box, I'd like to fill
two textboxes with the corresponding LBperLF and SFperLF
values to be used in calculations.
Can anyone tell me how?
Kevin Sprinkel