Form Layout

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

You guys are great and FAST!!!!

Are there alternate form types available? I would like to have a form
similar to a typical web page with frames. The left side of the form is a
column that is populated with a list box of employees The center frame would
refresh bepending on the selection.

Thanks
JC

PAPi
 
You can create a main form with a list box of employees and a single view
subform with employee information. Set the Link master/Child properties to
the list box control and the primary key from the employee table.
 
Back
Top