472,131 Members | 1,419 Online
Bytes | Software Development & Data Engineering Community
Post +

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 472,131 software developers and data experts.

Showing datasheet

I can't seem to get my form to show datasheet bt default. If I run it
from the databse window, it works just fine. But called from a button
on a different form, and it goes to form view instead. I have the
proerties set to "Defaultview=datasheet' and "Views Allowed=datasheet"

-mjm
Nov 12 '05 #1
2 1590
On Wed, 14 Apr 2004 15:33:40 -0700, michael montagne wrote:
I can't seem to get my form to show datasheet bt default. If I run it
from the databse window, it works just fine. But called from a button
on a different form, and it goes to form view instead. I have the
proerties set to "Defaultview=datasheet' and "Views Allowed=datasheet"

-mjm


If you open the form from a command button on another form you must
explicitly open it in Datasheet view:
DoCmd.OpenForm "FormName", acFormDS
--
Fred
Please only reply to this newsgroup.
I do not reply to personal email.
Nov 12 '05 #2


fredg wrote:
On Wed, 14 Apr 2004 15:33:40 -0700, michael montagne wrote:

I can't seem to get my form to show datasheet bt default. If I run it
from the databse window, it works just fine. But called from a button
on a different form, and it goes to form view instead. I have the
proerties set to "Defaultview=datasheet' and "Views Allowed=datasheet"

-mjm

If you open the form from a command button on another form you must
explicitly open it in Datasheet view:
DoCmd.OpenForm "FormName", acFormDS


I love this place!! Thanks.
Nov 12 '05 #3

This discussion thread is closed

Replies have been disabled for this discussion.

Similar topics

2 posts views Thread by michael montagne | last post: by
1 post views Thread by George Kandaz | last post: by

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.