W
Wayne
I have a sub form with a combo called PaperSize that that
uses the following query as its record source:
SELECT Print_Fee.PrintFeeID, Print_Fee.PrintTypeID,
Print_Fee.PaperSize FROM Print_Fee WHERE
(((Print_Fee.PrintTypeID)=[Forms]![PrintRequisition]![PrintReq_Subform]![Type]));
I also have a text box called PaperSizeDisplay that I want
display the PaperSize value from the Print_Fee table that
corresponds to the PrintFeeID recorded in the combo above.
I am thinking that maybe this can be done using the after
update event on the PrintSize combo. Can someone please
show me how this could be done.
Thanks
uses the following query as its record source:
SELECT Print_Fee.PrintFeeID, Print_Fee.PrintTypeID,
Print_Fee.PaperSize FROM Print_Fee WHERE
(((Print_Fee.PrintTypeID)=[Forms]![PrintRequisition]![PrintReq_Subform]![Type]));
I also have a text box called PaperSizeDisplay that I want
display the PaperSize value from the Print_Fee table that
corresponds to the PrintFeeID recorded in the combo above.
I am thinking that maybe this can be done using the after
update event on the PrintSize combo. Can someone please
show me how this could be done.
Thanks