SlideShare une entreprise Scribd logo
1  sur  3
Created by Julie Hodgson, year 13 ICT student


                              Using a calendar in a form

        To insert a calendar
1.1 Create a new form in design view.

1.2 Find the toolbox which looks like this:


If it does not open automatically, click on this button




1.3 To insert a calendar to your blank form click on this button which is called more
    controls.

Scroll down the list and click on ‘Calendar Control 9.0’. You will have to click and
drag the mouse button over the area where you wish your calendar to be placed.

When you are happy with the size of the calendar take your finger off of the mouse
button and this should appear:


                           If you are unhappy with the size of your calendar, click
                           on the black boxes and resize until you are satisfied. If
                           you are unhappy of the position of your calendar click the
                           top left hand black box and you will be able to move the
calendar to where you want on the form.

To use a text box in conjunction with a calendar in a form

Follow the whole of stage1, now you should have a calendar on a form looking like
this:

To add a text box you may have to make the form bigger, if so click on the edges of
the form and resize.


To insert a text box:
2.1 Find the toolbox again, and click on the text box button.
You will have to click and drag the mouse pointer over the form itself until you are
happy with its size. When you have taken your finger off of the mouse this will
appear:




To update the box with the date from the calendar

3.1 Right click anywhere on the calendar. This will bring up a list, on which you need
    to click on properties.




You should always rename objects within a form through the properties menu.
To rename this calendar, the ‘name’ box should be highlighted in the ‘all’ tab, if not
click on it.

Replace the name ‘ActiveXCtl0’ with ‘calendar’

3.2 Then right click the text box and go down to properties, and do the same. This
    time the name in the text box should read ‘text1’ rename the box ‘textbox’, note
    that there are no spaces in the ‘textbox’ name.

Quick hints

         •    When making multiple text boxes or calendars, you should name them
              all differently. I suggest you number them. E.g. text box 1, calendar 2.

         •    You can rename the objects within a form anything that you want to, but
              to perform macros and other difficult processes it is easier to keep the
              names simple as then they are easier to remember.

3.3 Right click the calendar again and go to the ‘build event…’ option. You will be
    presented with a screen that looks like this:

This is where you will need to type in a code that will update the text box with a date
every time you click on a date on the calendar.
This means that the database will perform the task when you click on the calendar

3.4 The code

The code itself is: Me!textbox=calendar

What this code does is tells your database that you want the text box value to equal
the calendar value.

Breaking down the code

The code is made up from your calendar name and text box name.

‘Me!’ Tells your database that when you click on the calendar it is supposed to
       perform a task.

‘Text box’ would be the name of your text box

‘=‘ This tells the database that you want the two objects to have equal values

‘Calendar’ would be the name of your calendar


You need to type the code in here:




Type the code in without the use of capital letters, then after you have typed in the
code press enter. If the ‘me’ turns into a ‘Me’, then you have typed in the code
correctly.

Now when you have the form in form view click on alternate buttons on the calendar
to see if the text box is updated each time.




                                                                                        The calendars
                                                                                        box should turn
                                                                                        grey and the text
                                                                                        box should
                                                                                        update itself

Contenu connexe

Similaire à Calendar

12)adding tab controls to forms
12)adding tab controls to forms12)adding tab controls to forms
12)adding tab controls to formspanks172
 
AdvancedWord02
AdvancedWord02AdvancedWord02
AdvancedWord02adisg
 
Microsoft Excel 2007 Tutorial
Microsoft Excel 2007 TutorialMicrosoft Excel 2007 Tutorial
Microsoft Excel 2007 TutorialKereen Tatham
 
75 tips and_tricks_excel_reduced
75 tips and_tricks_excel_reduced75 tips and_tricks_excel_reduced
75 tips and_tricks_excel_reducedVishvendu pandey
 
Open Office Calc : Lesson 05
Open Office Calc : Lesson 05Open Office Calc : Lesson 05
Open Office Calc : Lesson 05thinkict
 
Open Office Calc : Lesson 06
Open Office Calc : Lesson 06Open Office Calc : Lesson 06
Open Office Calc : Lesson 06thinkict
 
How to make Gantt chart in Excel
How to make Gantt chart in ExcelHow to make Gantt chart in Excel
How to make Gantt chart in ExcelNavjyotsinh Jadeja
 

Similaire à Calendar (12)

Session 1
Session 1Session 1
Session 1
 
12)adding tab controls to forms
12)adding tab controls to forms12)adding tab controls to forms
12)adding tab controls to forms
 
AdvancedWord02
AdvancedWord02AdvancedWord02
AdvancedWord02
 
Microsoft Excel 2007 Tutorial
Microsoft Excel 2007 TutorialMicrosoft Excel 2007 Tutorial
Microsoft Excel 2007 Tutorial
 
week 2.docx
week 2.docxweek 2.docx
week 2.docx
 
75 tips and_tricks_excel_reduced
75 tips and_tricks_excel_reduced75 tips and_tricks_excel_reduced
75 tips and_tricks_excel_reduced
 
Open Office Calc : Lesson 05
Open Office Calc : Lesson 05Open Office Calc : Lesson 05
Open Office Calc : Lesson 05
 
OpenCastLabs Excel chapter-3
OpenCastLabs Excel chapter-3OpenCastLabs Excel chapter-3
OpenCastLabs Excel chapter-3
 
Open Office Calc : Lesson 06
Open Office Calc : Lesson 06Open Office Calc : Lesson 06
Open Office Calc : Lesson 06
 
Illahi bux jagirani
Illahi bux jagiraniIllahi bux jagirani
Illahi bux jagirani
 
How to make Gantt chart in Excel
How to make Gantt chart in ExcelHow to make Gantt chart in Excel
How to make Gantt chart in Excel
 
04.ms excel
04.ms excel04.ms excel
04.ms excel
 

Plus de JTHSICT

E book example
E book exampleE book example
E book exampleJTHSICT
 
Literacy glossary
Literacy glossaryLiteracy glossary
Literacy glossaryJTHSICT
 
Lookup table
Lookup tableLookup table
Lookup tableJTHSICT
 
Doublebookings2
Doublebookings2Doublebookings2
Doublebookings2JTHSICT
 
Doublebookings1
Doublebookings1Doublebookings1
Doublebookings1JTHSICT
 
Password
PasswordPassword
PasswordJTHSICT
 
Naming conventions
Naming conventionsNaming conventions
Naming conventionsJTHSICT
 
Validation
ValidationValidation
ValidationJTHSICT
 
Normalization
NormalizationNormalization
NormalizationJTHSICT
 
It4 Coursework Help
It4 Coursework HelpIt4 Coursework Help
It4 Coursework HelpJTHSICT
 

Plus de JTHSICT (18)

E book example
E book exampleE book example
E book example
 
Literacy glossary
Literacy glossaryLiteracy glossary
Literacy glossary
 
Lookup table
Lookup tableLookup table
Lookup table
 
Doublebookings2
Doublebookings2Doublebookings2
Doublebookings2
 
Doublebookings1
Doublebookings1Doublebookings1
Doublebookings1
 
Password
PasswordPassword
Password
 
Macros
MacrosMacros
Macros
 
Naming conventions
Naming conventionsNaming conventions
Naming conventions
 
Access1
Access1Access1
Access1
 
Access2
Access2Access2
Access2
 
Access3
Access3Access3
Access3
 
Access2
Access2Access2
Access2
 
Access1
Access1Access1
Access1
 
Access5
Access5Access5
Access5
 
Access4
Access4Access4
Access4
 
Validation
ValidationValidation
Validation
 
Normalization
NormalizationNormalization
Normalization
 
It4 Coursework Help
It4 Coursework HelpIt4 Coursework Help
It4 Coursework Help
 

Dernier

The UX of Automation by AJ King, Senior UX Researcher, Ocado
The UX of Automation by AJ King, Senior UX Researcher, OcadoThe UX of Automation by AJ King, Senior UX Researcher, Ocado
The UX of Automation by AJ King, Senior UX Researcher, OcadoUXDXConf
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfFIDO Alliance
 
What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024Stephanie Beckett
 
Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge
 
Speed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in MinutesSpeed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in Minutesconfluent
 
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...marcuskenyatta275
 
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxWSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxJennifer Lim
 
Intro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераIntro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераMark Opanasiuk
 
The Metaverse: Are We There Yet?
The  Metaverse:    Are   We  There  Yet?The  Metaverse:    Are   We  There  Yet?
The Metaverse: Are We There Yet?Mark Billinghurst
 
10 Differences between Sales Cloud and CPQ, Blanka Doktorová
10 Differences between Sales Cloud and CPQ, Blanka Doktorová10 Differences between Sales Cloud and CPQ, Blanka Doktorová
10 Differences between Sales Cloud and CPQ, Blanka DoktorováCzechDreamin
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaCzechDreamin
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...FIDO Alliance
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...FIDO Alliance
 
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...CzechDreamin
 
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone KomSalesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone KomCzechDreamin
 
Optimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityOptimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityScyllaDB
 
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfIntroduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfFIDO Alliance
 
AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101vincent683379
 
Strategic AI Integration in Engineering Teams
Strategic AI Integration in Engineering TeamsStrategic AI Integration in Engineering Teams
Strategic AI Integration in Engineering TeamsUXDXConf
 
Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024Patrick Viafore
 

Dernier (20)

The UX of Automation by AJ King, Senior UX Researcher, Ocado
The UX of Automation by AJ King, Senior UX Researcher, OcadoThe UX of Automation by AJ King, Senior UX Researcher, Ocado
The UX of Automation by AJ King, Senior UX Researcher, Ocado
 
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdfSimplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
Simplified FDO Manufacturing Flow with TPMs _ Liam at Infineon.pdf
 
What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024What's New in Teams Calling, Meetings and Devices April 2024
What's New in Teams Calling, Meetings and Devices April 2024
 
Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024Enterprise Knowledge Graphs - Data Summit 2024
Enterprise Knowledge Graphs - Data Summit 2024
 
Speed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in MinutesSpeed Wins: From Kafka to APIs in Minutes
Speed Wins: From Kafka to APIs in Minutes
 
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
TEST BANK For, Information Technology Project Management 9th Edition Kathy Sc...
 
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptxWSO2CONMay2024OpenSourceConferenceDebrief.pptx
WSO2CONMay2024OpenSourceConferenceDebrief.pptx
 
Intro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджераIntro in Product Management - Коротко про професію продакт менеджера
Intro in Product Management - Коротко про професію продакт менеджера
 
The Metaverse: Are We There Yet?
The  Metaverse:    Are   We  There  Yet?The  Metaverse:    Are   We  There  Yet?
The Metaverse: Are We There Yet?
 
10 Differences between Sales Cloud and CPQ, Blanka Doktorová
10 Differences between Sales Cloud and CPQ, Blanka Doktorová10 Differences between Sales Cloud and CPQ, Blanka Doktorová
10 Differences between Sales Cloud and CPQ, Blanka Doktorová
 
Powerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara LaskowskaPowerful Start- the Key to Project Success, Barbara Laskowska
Powerful Start- the Key to Project Success, Barbara Laskowska
 
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
Secure Zero Touch enabled Edge compute with Dell NativeEdge via FDO _ Brad at...
 
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
ASRock Industrial FDO Solutions in Action for Industrial Edge AI _ Kenny at A...
 
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
SOQL 201 for Admins & Developers: Slice & Dice Your Org’s Data With Aggregate...
 
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone KomSalesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
Salesforce Adoption – Metrics, Methods, and Motivation, Antone Kom
 
Optimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through ObservabilityOptimizing NoSQL Performance Through Observability
Optimizing NoSQL Performance Through Observability
 
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdfIntroduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
Introduction to FDO and How It works Applications _ Richard at FIDO Alliance.pdf
 
AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101AI presentation and introduction - Retrieval Augmented Generation RAG 101
AI presentation and introduction - Retrieval Augmented Generation RAG 101
 
Strategic AI Integration in Engineering Teams
Strategic AI Integration in Engineering TeamsStrategic AI Integration in Engineering Teams
Strategic AI Integration in Engineering Teams
 
Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024Extensible Python: Robustness through Addition - PyCon 2024
Extensible Python: Robustness through Addition - PyCon 2024
 

Calendar

  • 1. Created by Julie Hodgson, year 13 ICT student Using a calendar in a form To insert a calendar 1.1 Create a new form in design view. 1.2 Find the toolbox which looks like this: If it does not open automatically, click on this button 1.3 To insert a calendar to your blank form click on this button which is called more controls. Scroll down the list and click on ‘Calendar Control 9.0’. You will have to click and drag the mouse button over the area where you wish your calendar to be placed. When you are happy with the size of the calendar take your finger off of the mouse button and this should appear: If you are unhappy with the size of your calendar, click on the black boxes and resize until you are satisfied. If you are unhappy of the position of your calendar click the top left hand black box and you will be able to move the calendar to where you want on the form. To use a text box in conjunction with a calendar in a form Follow the whole of stage1, now you should have a calendar on a form looking like this: To add a text box you may have to make the form bigger, if so click on the edges of the form and resize. To insert a text box: 2.1 Find the toolbox again, and click on the text box button.
  • 2. You will have to click and drag the mouse pointer over the form itself until you are happy with its size. When you have taken your finger off of the mouse this will appear: To update the box with the date from the calendar 3.1 Right click anywhere on the calendar. This will bring up a list, on which you need to click on properties. You should always rename objects within a form through the properties menu. To rename this calendar, the ‘name’ box should be highlighted in the ‘all’ tab, if not click on it. Replace the name ‘ActiveXCtl0’ with ‘calendar’ 3.2 Then right click the text box and go down to properties, and do the same. This time the name in the text box should read ‘text1’ rename the box ‘textbox’, note that there are no spaces in the ‘textbox’ name. Quick hints • When making multiple text boxes or calendars, you should name them all differently. I suggest you number them. E.g. text box 1, calendar 2. • You can rename the objects within a form anything that you want to, but to perform macros and other difficult processes it is easier to keep the names simple as then they are easier to remember. 3.3 Right click the calendar again and go to the ‘build event…’ option. You will be presented with a screen that looks like this: This is where you will need to type in a code that will update the text box with a date every time you click on a date on the calendar.
  • 3. This means that the database will perform the task when you click on the calendar 3.4 The code The code itself is: Me!textbox=calendar What this code does is tells your database that you want the text box value to equal the calendar value. Breaking down the code The code is made up from your calendar name and text box name. ‘Me!’ Tells your database that when you click on the calendar it is supposed to perform a task. ‘Text box’ would be the name of your text box ‘=‘ This tells the database that you want the two objects to have equal values ‘Calendar’ would be the name of your calendar You need to type the code in here: Type the code in without the use of capital letters, then after you have typed in the code press enter. If the ‘me’ turns into a ‘Me’, then you have typed in the code correctly. Now when you have the form in form view click on alternate buttons on the calendar to see if the text box is updated each time. The calendars box should turn grey and the text box should update itself