Force datasheet view on form.

P

Pooh Bear

I have form where datasheet is the default view and 'allow form view' is set
to 'no'. Still,I get the form in 'form view' when I call is. Can someone
help
 
R

Rick Brandt

Pooh said:
I have form where datasheet is the default view and 'allow form view'
is set to 'no'. Still,I get the form in 'form view' when I call is.
Can someone help

When you open a form with code or a macro you have to explicitly supply the
argument to open in Datasheet view (even if that is the default). Always has
been that way, but I have no idea why.
 
P

Pooh Bear

Can you tell me how to write that syntax?

Rick Brandt said:
When you open a form with code or a macro you have to explicitly supply the
argument to open in Datasheet view (even if that is the default). Always has
been that way, but I have no idea why.
 
Top