473,809 Members | 2,610 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Problem getting datasheet view in forms

Hi Group,

I'm creating a maintenance switchboard and am trying to create forms
to update tables and wanted these to appear as datasheets. Although I
have the default view set to datasheet and when opened directly the
form opens in datasheet view, as soon as I try to open the same form
from the mainenance switchboard it opens in single form view. I'm
using Access 2000. Sorry if its a basic error on my part but cant see
what I've missed.

Regards

Don
Dec 13 '07 #1
4 4399
If you open the form programmaticall y, you need to specify the view you
want, e.g.:
DoCmd.OpenForm "Form1", acFormDS

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users - http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

<dw******@gmail .comwrote in message
news:c3******** *************** ***********@e10 g2000prf.google groups.com...
Hi Group,

I'm creating a maintenance switchboard and am trying to create forms
to update tables and wanted these to appear as datasheets. Although I
have the default view set to datasheet and when opened directly the
form opens in datasheet view, as soon as I try to open the same form
from the mainenance switchboard it opens in single form view. I'm
using Access 2000. Sorry if its a basic error on my part but cant see
what I've missed.

Regards

Don
Dec 13 '07 #2
On Dec 13, 1:05 pm, "Allen Browne" <AllenBro...@Se eSig.Invalidwro te:
If you open the form programmaticall y, you need to specify the view you
want, e.g.:
DoCmd.OpenForm "Form1", acFormDS

--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.

<dwasb...@gmail .comwrote in message

news:c3******** *************** ***********@e10 g2000prf.google groups.com...
Hi Group,
I'm creating a maintenance switchboard and am trying to create forms
to update tables and wanted these to appear as datasheets. Although I
have the default view set to datasheet and when opened directly the
form opens in datasheet view, as soon as I try to open the same form
from the mainenance switchboard it opens in single form view. I'm
using Access 2000. Sorry if its a basic error on my part but cant see
what I've missed.
Regards
Don- Hide quoted text -

- Show quoted text -
Thank you Allen
Dec 13 '07 #3
On Dec 13, 8:03 am, "dwasb...@gmail .com" <dwasb...@gmail .comwrote:
On Dec 13, 1:05 pm, "Allen Browne" <AllenBro...@Se eSig.Invalidwro te:


If you open the form programmaticall y, you need to specify the view you
want, e.g.:
DoCmd.OpenForm "Form1", acFormDS
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
<dwasb...@gmail .comwrote in message
news:c3******** *************** ***********@e10 g2000prf.google groups.com...
Hi Group,
I'm creating a maintenance switchboard and am trying to create forms
to update tables and wanted these to appear as datasheets. Although I
have the default view set to datasheet and when opened directly the
form opens in datasheet view, as soon as I try to open the same form
from the mainenance switchboard it opens in single form view. I'm
using Access 2000. Sorry if its a basic error on my part but cant see
what I've missed.
Regards
Don- Hide quoted text -
- Show quoted text -

Thank you Allen- Hide quoted text -

- Show quoted text -
The generic switchboard maintenance does not allow for that type of
open.

One way around that is to create a blank form and place your designed
form on it as a child form and make them the same size and then have
the switchboard open the blank form (obviously with a specific name).

Ron
Dec 13 '07 #4
On 13 Dec, 19:08, Ron2006 <ronne...@hotma il.comwrote:
On Dec 13, 8:03 am, "dwasb...@gmail .com" <dwasb...@gmail .comwrote:


On Dec 13, 1:05 pm, "Allen Browne" <AllenBro...@Se eSig.Invalidwro te:
If you open the form programmaticall y, you need to specify the view you
want, e.g.:
DoCmd.OpenForm "Form1", acFormDS
--
Allen Browne - Microsoft MVP. Perth, Western Australia
Tips for Access users -http://allenbrowne.com/tips.html
Reply to group, rather than allenbrowne at mvps dot org.
<dwasb...@gmail .comwrote in message
>news:c3******* *************** ************@e1 0g2000prf.googl egroups.com...
Hi Group,
I'm creating a maintenance switchboard and am trying to create forms
to update tables and wanted these to appear as datasheets. Although I
have the default view set to datasheet and when opened directly the
form opens in datasheet view, as soon as I try to open the same form
from the mainenance switchboard it opens in single form view. I'm
using Access 2000. Sorry if its a basic error on my part but cant see
what I've missed.
Regards
Don- Hide quoted text -
- Show quoted text -
Thank you Allen- Hide quoted text -
- Show quoted text -

The generic switchboard maintenance does not allow for that type of
open.

One way around that is to create a blank form and place your designed
form on it as a child form and make them the same size and then have
the switchboard open the blank form (obviously with a specific name).

Ron- Hide quoted text -

- Show quoted text -
Ron,

Many thanks for your reply, I did try that but although it did work it
meant I had more forms than I really wanted. I've now had a chance to
use Allens suggestion and that works fine.

Many thanks to you both.

Regards

Don
Dec 14 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
6586
by: Dejan M. | last post by:
Can you help me? I have 9 forms in the base. 2 forms are opening as single and 7 as datasheet. Thats OK, but when I used Switchboard manager, with him all of my forms are opened as single. How can I solve this problem. Thanks!
2
3508
by: Georges Heinesch | last post by:
Hi: I have a tables in relationship to each other. When I open the main table (table 1), I see a "+" at the very left of every record. Clicking on the "+" expands the data of the linked table (table 2). Now ... when I create a form from table 1, I didn't manage show these 2 tables the same way (with the "+" at the left side of every record) as it was shown as table. Access insists of making a regular form out of table 1, but accepts...
1
1527
by: Big Time | last post by:
I have a form that is based on a parameter query that needs to be opened in datasheet view. I have set the default view to datasheet and disallowed all other types of views other than design view. When I open the form directly, after entering the appropriate parameters, the form opens up in datasheet view. However, when I access this form through the Switchboard, it always opens the form in Form view rather than Datasheet view. How...
1
2972
by: Yuki | last post by:
I am trying to find out if I can have a specific record that has been selected in a list box be opened in datasheet view. I can't seem to find where this can happen or what I need to use to make it happen? Does anyone have any ideas? My list box is currently tied to an option group so that they can sort the list box in order of how they want to search for certain records. It is a maintenance form. I want the user to be able to select...
5
3956
by: sara | last post by:
I haven't been able to find this answer in previous posts; I have a form, with a subform that is displayed in datasheet view, and one field "Item Description" could be from very few to many characters. I would love to just show 2 inches, and have a scroll bar for viewing the rest of the info. I have my form property set to Default View: DataSheet, views: Datasheet. My form is set to Scroll Bars: Vertical, but when I open it I get...
5
3494
by: Bill | last post by:
This database has no forms. I am viewing an Access table in datasheet view. I'd like to execute a macro to execute a function (using "runcode"). In the function, I'll reading data from the record the cursor was on in the datasheet at the time I executed the macro. So, the questions are: 1) In the macro, how to I get my hands on the record key or record data of the record the cursor was on in the datasheet at the time I executed the...
3
6462
by: russellhq | last post by:
Hi, i am trying to open a report based on values picked in a form but get stuck with one of the values. I have a feeling it has to do with the yes/no datatype but am not sure since I am quite new to access VBA. I'm using Access2003 Below is my code extract. The tblWelderQualification.Stamped field is a yes/no field, I want to show records that have a "TRUE" value when the checkbox on the form is ticked. When I run the code, I get the...
10
3744
by: MLH | last post by:
Gentlemen: I am having one heck of a time taking a DAO walk through the records in an SQL dynaset. I'm trying to walk a set of records returned by a UNION query. I'm attempting to filter the records to those related to vehicle #60 ( = 60 ). If I explicitly specify 60 in the SQL ==everything works fine. Take a look: 100 PString = "SELECT & " & Chr$(&H22) & Space(1) & Chr$(&H22) & " & AS Recipient " 120 PString = PString & "FROM...
4
1608
WyvsEyeView
by: WyvsEyeView | last post by:
I have a datasheet form in which one field is a combo box that will potentially contain hundreds of records. I've read about several methods of speeding up such combo boxes or limiting their initial contents and I have used those methods on "form view" forms, but they don't lend themselves to datasheet forms. One thing, of course, is to set the Row Source programmatically using the OnEnter event and to limit the Row Source based on a query with...
0
9721
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10640
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10376
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10387
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10120
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9200
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7662
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
1
4332
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3861
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.