A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

Can a Table be opened in datasheet view from a form



 
 
Thread Tools Display Modes
  #1  
Old February 1st, 2010, 10:00 PM posted to microsoft.public.access.forms
ksgolfer
external usenet poster
 
Posts: 2
Default Can a Table be opened in datasheet view from a form

Trying to figure out how to open a table in datasheet view using a control
button on a form and not use a split form view. Any help?
  #2  
Old February 2nd, 2010, 12:07 AM posted to microsoft.public.access.forms
fredg
external usenet poster
 
Posts: 4,386
Default Can a Table be opened in datasheet view from a form

On Mon, 1 Feb 2010 13:00:01 -0800, ksgolfer wrote:

Trying to figure out how to open a table in datasheet view using a control
button on a form and not use a split form view. Any help?


I'll assume you meant to say "open a 'form' in datesheet view".
To open a form in datasheet view by means of code you must explicitly
code it to open in datasheet view:
DoCmd.OpenForm "FormName", acFormDS
--
Fred
Please respond only to this newsgroup.
I do not reply to personal e-mail
 




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 12:16 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.