473,406 Members | 2,371 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

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

problem with startup form

In my database, i want to get the starting form with full screen automatically when i open the database..It is not opening now with full screen.how to do this
please help me
thanks in advance
May 14 '07 #1
5 1431
MMcCarthy
14,534 Expert Mod 8TB
This question has been posted in the articles section. I am moving it to the Access forum.

ADMIN
May 14 '07 #2
NeoPa
32,556 Expert Mod 16PB
In my database, i want to get the starting form with full screen automatically when i open the database..It is not opening now with full screen.how to do this
please help me
thanks in advance
Using Tools / Startup... set up an auto-starting menu.
In the OnLoad event procedure put :
Expand|Select|Wrap|Line Numbers
  1. Private Sub Form_Load()
  2.     Call DoCmd.Maximize
  3. End Sub
May 14 '07 #3
nexeh
5
Using Tools / Startup... set up an auto-starting menu.
In the OnLoad event procedure put :
Expand|Select|Wrap|Line Numbers
  1. Private Sub Form_Load()
  2.     Call DoCmd.Maximize
  3. End Sub
I agree. Thats a perfect solution.
May 15 '07 #4
NeoPa
32,556 Expert Mod 16PB
Neelesh, let us know how you get on with this :)
May 15 '07 #5
thank u sir,that is working perfectly.
i am very thankful to this site.
May 16 '07 #6

Sign in to post your reply or Sign up for a free account.

Similar topics

5
by: mark s | last post by:
How can I make a checkbox that says "Do not show this again at startup" on my reminder form? Thanks! -- name: Mark S. email: huskie_009@hotmail.com *** Sent via Developersdex...
7
by: cefrancke | last post by:
I cant seem to find a straight answer on the following. I want to programmatically hide all menus except a basic custom report menu (during report preview) and right click pop-up A-Z sorting on...
1
by: cefrancke | last post by:
I have set the Startup properties to the following... All menus, toolbars, etc are turned off plus these are unchecked Allow Full Menus Allow Built-in Toolbars Allow Default Shortcut Menus...
3
by: WJA | last post by:
I have a database that has a "settings" form that is always open and hidden unless an "Admin" user chooses to view it. The form is bound to a "settings" table that has one record and several fields...
2
by: BuzzLight | last post by:
This is my problem :- - I have set a form frmSplash as the startup form instead of sub Main. - This means I dont create an instance of it myself at startup.. its automatically created. - I have...
18
by: Derek Martin | last post by:
Hi there, this is probably really dumb, but I am using a dialog as my main form and my startup form is my splash screen - which implements some progress bars to load up some relevant data. When...
5
by: Tom Edelbrok | last post by:
I have narrowed down a previous problem to the following more specific items: 1) I have my startup object in VB.NET (VS 2003) set to Sub Main(). 2) Inside of Sub Main() I do a...
10
by: =?Utf-8?B?UmljaGFyZCBCeXNvdXRo?= | last post by:
Hi In my app I have a SplashScreen, a login form and a main form. On launching the app, I'd like to show the SplashScreen while reading config files and attempting a database connection. I show...
0
by: Jack Russell | last post by:
I just converted my project from Vb.net 2003 to express 2005 I get the following message frmmain is a type in 'TCW3' and cannot be used as an expression. File is TCW3MainForm.vb line 0 column...
8
by: =?Utf-8?B?MjJQb20=?= | last post by:
Hello All, Yes, I'm back again on this subject. I've started again to set up the solution and I can, if you like, move deeper into the program, accessing various forms as I go BUT I cannot for...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
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,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
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...
0
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,...
0
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...

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.