Search criteria converted to labels?
am 15.11.2007 05:43:06 von tbrogdonOK. I hve myform1 where the user inputs Date, ShiftNumber, and
Department which all taken together define the ProductionID. myForm1
also has a command button (cmdButton1). After inputting all 3 pieces
of data (except for ProductionID), the user clicks cmdButton1 and I
want a new form (myForm2) to open and it will be identical to myform1
except that the text field for Date and the combo boxes for Shift and
Department will have become static labels themselves - or at least
uneditable.
One other thing of note, is that upon clicking cmdButton1, myForm2
opens with the above modifications but it also has a subform embedded
in it which are the details of the ProductionID (PartID,QtyRun, etc.)
So what I want is to input the initial defining data on myForm1, click
a button which opens myForm2, display the input from myForm1 at the
top of myForm2 to use as a reference for the user while being able to
input and edit the fields of the associated subform.
Thanks a bunch - my "little" project is rapidly becoming quite an
adventure! :-)
Tim