Required Data

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

Guest

Hi there,

I have a master form with a sub form. I want to force the user to enter a
lab number first, before any other information on the subform (for new
submissions).

Any ideas?
 
Carlee

Set the subform visible property to NO

Then on the After Update event of the Lab Number field add the following
name of subform.visible=true
e.g sfrm_staff_list.Visible = True sfrm_staff_list is the name of
the subform.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top