Forms retain a value

  • Thread starter Thread starter Rpettis31
  • Start date Start date
R

Rpettis31

I open another form from a master form. I pass values with setting the slave
form like fields equal to the master. The question I have is how do I retain
the value without having to open the master form.
 
Forms are the one side, subforms are the many side. The subform has to be
linked to the mainform (properties, data, link master and child fields.) That
value is set in properties so it will stay there and be there anytime the
form is opened. You will not normally be able to use the subform without
first using the one side on the mainform. If you want just one or two lookups
 
Back
Top