Form / Datasheet code question

  • Thread starter Thread starter JP
  • Start date Start date
J

JP

I have a form that opens a datasheet. I have some VBA in
the datasheet that pulls a ID from the form. However,
whenever the datasheet opens, it is in form view. I've
checked it over and made sure Form View is set to "NO".
It is set to Datasheet view only. Any ideas??
 
If you are using OpenForm, specify the View:
DoCmd.OpenForm "MyForm", acFormDS
 

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