How to create a Splash Screen in MS Access Carlos Coronel.

Slides:



Advertisements
Similar presentations
Word Knowledge climbed spider sighed pie shy
Advertisements

Bring up the graph you want to copy. Click on the Format this page for printing icon. A new window without the left navigation or header information will.
or How to make PowerPoint behave like an Interactive Whiteboard.
The Magic PowerPoint or How to make PowerPoint behave like an Interactive Whiteboard.
1 After completing this lesson, you will be able to: Create a new presentation using a design template. Enter text in the Slide pane. Create a new slide.
Presentation Title Your Name Organisation and Telephone Number.
Basic Powerpoint NEXT. Viewing Your Slides Click on Slide Show and on View Show. The slide show will automatically be displayed on the screen.
How to prepare a PowerPoint presentation
Copyright 2007, Paradigm Publishing Inc. POWERPOINT 2007 CHAPTER 1 BACKNEXTEND 1-1 LINKS TO OBJECTIVES Create Presentation Open, Save, Run, Print, Close,Delete.
Macros Tutorial Week 20. Objectives By the end of this tutorial you should understand how to: Create macros Assign macros to events Associate macros with.
PowerPoint Tutorial 1: Creating a Presentation
Microsoft Access 2007 Microsoft Access 2007 Introduction to Database Programs.
Chapter 9 Macros, Navigation Forms, PivotTables, and PivotCharts
Laboratory Exercise 8- Carrying Out Presentations Office Productivity Tools 2 Laboratory Exercise # 8 Carrying Out Presentations Objectives: At the end.
Power Point EDU 271 Microsoft PowerPoint is a powerful tool to create professional looking presentations and slide shows. PowerPoint allows you to construct.
HTML presentation Embedding Graphics in Web Pages n HTML uses an empty tag called the (image tag) n n n or n n n Note: all web production tools do insert.
Copyright © 2012 by The McGraw-Hill Companies, Inc. All rights reserved. McGraw-Hill/Irwin TECHNOLOGY PLUG-IN T8 DECISION MAKING USING ACCESS.
Automating Database Processing Chapter 6. Chapter Introduction Design and implement user-friendly menu – Called navigation form Macros – Automate repetitive.
Display Ratios The Student Union displays have ratios of 16:9 Most computer displays have ratios of 4:3 This often distorts graphics when they are changed.
How to Setup MS Word for a Research Paper Steps and Procedures.
Chapter One An Introduction to Visual Basic 2010 Programming with Microsoft Visual Basic th Edition.
Word Knowledge T T Tic-Tac-Toe T What suffix means action or process? Give an example of a word with this suffix. The word cutting has a double consonant.
Your Smart Board is on most of the day….. Why not use the space for learning?
Automating Database Processing
Creating an Action Button in PowerPoint XP You will need to create all of your slides first. Then you are ready to start making buttons!
Microsoft Access 2010 Chapter 8 Advanced Form Techniques.
1 ADVANCED MICROSOFT POWERPOINT Lesson 9 – Importing and Exporting Information Microsoft Office 2003: Advanced.
Course ILT Forms and queries Unit objectives Create forms by using AutoForm and the Form Wizard, and add or modify form headers and footers Open and enter.
HONG KONG TAOIST ASSOCIATION WUN TSUEN SCHOOL Microsoft PowerPoint 2010 Chapter 1 – Introduction of PowerPoint.
® Microsoft Access 2010 Tutorial 10 Automating Tasks with Macros.
Access Lesson 11 Creating and Running Macros Microsoft Office 2010 Advanced Cable / Morrison 1.
Phonics and Fluency w w Word Knowledge Activity /ū/ spelled u /ū/ spelled _ew w.
Instructions.  Open up the letter that Adam has given to you  Format it so it look professional.
What is PowerPoint? By Kettina L. Robinson. Unit Questions What do I want to accomplish? What do I want to accomplish? What content do I need to cover?
MS-Access XP Lesson 4. Modifying Queries 1.Select query in queries 2.Click design button or Right click on query and click design view 3.Change query.
Photo Story 3 for Windows Find Photo Story 3 for Windows in “All Programs” in the Start menu. Click “Begin a new story” if you are just starting. Click.
Word Knowledge T T Word Knowledge Activity T What word is the antonym of the word “same”? Use this word in a sentence. The word formed has the /or/
PPT2.01 CREATING AND MODIFYING TEXT AND GRAPHIC OBJECTS Dr. Ennis-Cole.
Document Control Template Editors Brad Adamczyk Template Editor Bands Bands create document layout Header, data, footer Order not critical.
Microsoft PowerPoint Prepared by the Academic Faculty Members of IT.
Word 2010 Headers and Footers You can make your document look professional and polished by utilizing headers and footers. The header is a section of the.
OBJECTIVES Identify options for creating a new presentation Learn how to organize and display information visually Design a presentation using PowerPoint.
Add a subtitle if necessary
Mail Merge And Macros in MS WORD
To start the timer, on the Slide Show menu, click View Show.
To start the timer, on the Slide Show menu, click View Show.
Save this template as a presentation (.ppt file) on your computer.
© Paradigm Publishing, Inc.
Chapter 7 Advanced Form Techniques
To start the timer, on the Slide Show menu, click View Show.
ការណែនាំពី កម្មវិធី Microsoft POWERPOINT 2010
To start the timer, on the Slide Show menu, click View Show.
Embedding Graphics in Web Pages
To start the timer, on the Slide Show menu, click View Show.
Save this template as a presentation (.ppt file) on your computer.
To start the timer, on the Slide Show menu, click View Show.
Instructions for Windows users:
Instructions for Windows users:
Instructions for Windows users:
or How to make PowerPoint behave like an Interactive Whiteboard.
To start the timer, on the Slide Show menu, click View Show.
or How to make PowerPoint behave like an Interactive Whiteboard.
To start the timer, on the Slide Show menu, click View Show.
To start the timer, on the Slide Show menu, click View Show.
To start the timer, on the Slide Show menu, click View Show.
To start the timer, on the Slide Show menu, click View Show.
To start the timer, on the Slide Show menu, click View Show.
Presentation transcript:

How to create a Splash Screen in MS Access Carlos Coronel

Create the graphic Most splash screens have some type of graphic background with text. You cold use any graphics program to create this graphic. We would use PowerPoint and then save the slide as a JPEG file.

Using PPT to create a graph Added a logo image Selected a Design Added Text

Save PPT as JPEG Used the “Save As”, “Other Formats” option to save the slide as a JPEG file. You should also save the ppt file for future editing purposes. Saved as AboutBox.jpg

What you need to do in MS Access Create a form in MS Access (frmStartup) Add the Image you just created (AboutBox.jpg) Set the form’s Timer Interval property to a value in milliseconds (1000 equal 1 second). This is the time the form will show up on the screen and then run the macro you specify in “On Timer” property. In the form’s On Timer property, create a macro that will automatically execute when the timer interval. The macro will close the frmStartup form and open the main menu form. Finally, we will setup MS Access to automatically open the frmStartup when opening the database file.

Create a form in MS Access 1. Create a form in MS Access (frmStartup). 2. Add the Image you just created (AboutBox.jpg) frmStartup No header No footer Add image

Set the Timer Interval 3. Open the form properties. 4. Set “Timer Interval” Property. In this case is set to 4 seconds. The form will wait four seconds and then execute the macro specified in the “On Timer” property. Set Timer Interval frmStartup Form Properties

Creating Macro to execute on timer 3. In the “On Timer” property set, create the macro you want to run. Click on the “…” 4. Click on Macro Builder, The Macro Tools window will open On Timer frmStartup Form Properties

Macro Action: Close frmStartup form 5. Enter the macro name: StartupTimer. We want the macro to close the frmStartup and open the main menu form (frmMainMenu) 6. First, we need to close the frmStartup form. Under Add New Action, select “CloseWindow” action then, enter the parameters: Object Type is Form; Object Name is frmStartup; Save is No. Submacro StartupTimer The macro starts with the first action on the next line. The macro executes each action until the “End Submacro” line. In this case, the macro executes the CloseWindow and OpenForm actions and then stops. This macro has two actions

Macro Action: Open frmMainMenu 7. Next, we create an action to open the frmMainMenu form. 8. In the next line: Under Add New Action, select “OpenForm”. Arguments: Form Name is frmMainMenu; View is Form; Window Mode is Normal 9. Close the macro window and the form design window will appear again.

Setting On Timer to execute macro 10. In the “On Timer” property make sure the macro name you created is there. If you created an embedded macro it will say “[Embedded Macro]” We are now ready to test this macro. Save and close the form. On Timer frmStartup Form Properties

Testing the frmStartup form Double click on frmStartup. The from will show up on the screen, wait four seconds (or whatever you entered), then execute the StartupTimer macro.

Macro opens the frmMainMenu The StartupTimer macro closes the frmStartup and opens the frmMainMenu. Now that we know it works, we just need to add the frmStartup to automatically open when you open the database.

Set form to open automatically In MS Access, click on the File tab, then Options, Current Database. In the Application Options section, in “Display Form:”, select frmStartup. Click Ok. Done! Set form to open