Using a form for enter and edit

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

Guest

I have a form which is used to add new records, I also want this form to be
used to modify existing records. If the user selects an existing unit id
from a combo box, how do I get the corresponding fields on the form to fill
in ??
 
You need to create a subform that does a findrecord after the combo box is
updated.

Stephanie
 
Back
Top