Form records has only 1 but should have many

A

Alan T

I have a main form with a button when click will execute:
Private Sub btnCreateEmployee_Click()
DoCmd.OpenForm "frmEmployee", acNormal, , , acFormEdit, acWindowNormal
End Sub

Most of the time when the frmEmployee opens up will show only 1 record on
the record selector.
I need to return to the main form and click the button again to open up the
frmEmployee again to see there are many records on the record selector, any
idea?
 

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

Top