Although setting is Datasheet view only, it shows Form view. Why?

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

Guest

Although all settings required (Form properties) have setting to allow
Datasheet view only, when press the button (in my example - View open
tickets) to open list of all open tickets, I still see a Form View with a
single record, instead of a list of all open tickets. All fields are tex box
defined and no buttons exist on the form.
 
Although all settings required (Form properties) have setting to allow
Datasheet view only, when press the button (in my example - View open
tickets) to open list of all open tickets, I still see a Form View with a
single record, instead of a list of all open tickets. All fields are tex box
defined and no buttons exist on the form.

My guess is that the VBA code in the button's Click event is
specifically opening the form in Form view. Care to post the code?


John W. Vinson[MVP]
 

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