Hello,
I have 4 Tables
tblPumpManufacturer
PumpManufacturerID
PumpManufacturer
tblPumpModel
PumpModelID
PumpModel
tblPumpManualType
PumpManualTypeID
PumpManualType
tblPumpManuals
PumpManufacturerID/PumpManufacturer (Lookup)
PumpModelID/PumpModel (Lookup)
PumpManualTypeID/PumpManualType (Lookup)
Attachment (Attachment Field) - PDF's
I have a search form with 3 combo boxes
frmPumpManualSearch
cboPumpManualType - PumpManualTypeID/PumpManualType (Row Source)
cboPumpManufacturer - PumpManufacturerID/PumpManufacturer (Row Source)
cboPumpModel - PumpModelID/PumpModel (Row Source)
With a button at the bottom [cmdSearch]
I would like to be able to select my pump manual type, then the manufacturer which would then filter the model in cboPumpModel
When i click search it would open the PDF associated to the data matching all 3 combo boxes.
e.g data
Owners Manual (Type)
Wilcox Pump (Manufacturer)
PX8 (Model)
The manual would open that matched this criteria.
Thanks
I have 4 Tables
tblPumpManufacturer
PumpManufacturerID
PumpManufacturer
tblPumpModel
PumpModelID
PumpModel
tblPumpManualType
PumpManualTypeID
PumpManualType
tblPumpManuals
PumpManufacturerID/PumpManufacturer (Lookup)
PumpModelID/PumpModel (Lookup)
PumpManualTypeID/PumpManualType (Lookup)
Attachment (Attachment Field) - PDF's
I have a search form with 3 combo boxes
frmPumpManualSearch
cboPumpManualType - PumpManualTypeID/PumpManualType (Row Source)
cboPumpManufacturer - PumpManufacturerID/PumpManufacturer (Row Source)
cboPumpModel - PumpModelID/PumpModel (Row Source)
With a button at the bottom [cmdSearch]
I would like to be able to select my pump manual type, then the manufacturer which would then filter the model in cboPumpModel
When i click search it would open the PDF associated to the data matching all 3 combo boxes.
e.g data
Owners Manual (Type)
Wilcox Pump (Manufacturer)
PX8 (Model)
The manual would open that matched this criteria.
Thanks