Glom Design database systems. Design the UI and structure together.

Slides:



Advertisements
Similar presentations
Database Basics. What is Access? Database management system Computer-based equivalent of a manual database Makes it easy to organize and update information.
Advertisements

RightNow February Adding a New Report: RN icon > Report: OR Analytics > Reports > New Report
Basics Training 2 Moodlerooms at Mt. SAC. OLSC.mtsac.edu – Contact us Online Learning Support Center Team.
LSP 121 Access Forms, Reports, and Switchboard. Access Forms.
With Microsoft® Access 2010© 2011 Pearson Education, Inc. Publishing as Prentice Hall1 PowerPoint Presentation to Accompany GO! with Microsoft ® Access.
Introduction to Access. What is Access? Database tool Creates a database Good data query (lookup and analysis) ability Good entry forms Good reports Multi-user.
A Guide to Oracle9i1 Advanced Forms Builder Topics Chapter 10.
Concepts of Database Management, 4th Edition, Pratt & Adamski
MS Access: Database Concepts Instructor: Vicki Weidler.
Lesson 10: Working with Tables and Forms. Learning Objectives After studying this lesson, you will be able to:  Insert a table in a document  Modify,
CS1100: Access Reports Microsoft Access Report Construction Created By Martin Schedlbauer CS11001Microsoft Access.
® Microsoft Access 2010 Tutorial 6 Using Form Tools and Creating Custom Forms.
Primary & Foreign Keys. PK & FK 1.Primary key is required 2.The PK must be unique 3.If the primary key from one table is related to a field in another.
CPSC 203 Introduction to Computers T59 & T64 By Jie (Jeff) Gao.
Copyright © 2009 Pearson Education, Inc. Publishing as Prentice Hall. 1 Skills for Success with Microsoft ® Office 2007 PowerPoint Lecture to Accompany.
CPSC 203 Introduction to Computers T43, T46 & T68 By Jie (Jeff) Gao.
10/31/2012ISC239 Isabelle Bichindaritz1 SQL Graphical Queries Design Query By Example.
CSS/417 Introduction to Database Management Systems Workshop 2.
Copyright 2007, Paradigm Publishing Inc. ACCESS 2007 Chapter 7 BACKNEXTEND 7-1 LINKS TO OBJECTIVES Filtering Data Removing a Filter Filter by Selection.
Access Queries. Queries  Let you see the data you want  With Select queries you can:  Query more than one table  Create new calculated fields  Summarize.
COMPREHENSIVE Access Tutorial 6 Using Form Tools and Creating Custom Forms.
Rebecca McCready Faculty of Medical Sciences Newcastle University Lecture 3 – Queries and Reports.
Using Microsoft Access 56:150 Information System Design.
Basics Training 2 Moodlerooms at Mt. SAC. OLSC.mtsac.edu – Contact us Online Learning Support Center Team.
What have we learned?. What is a database? An organized collection of related data.
Unit 5, Lesson 2 Editing Records and Using Forms.
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.
Derek Snow 6/13/2009.  What is Form?  Creating Forms  Form Views  Calculated Controls.
Database revision.
Eyad Alshareef 1 Introduction To Form Builder Part B.
Introduction to Views Stanford Drupal Camp April 6, 2013.
Build a database V: Create forms for a new Access database Overview: A window into your data So far in this series of courses, you’ve built tables, relationships,
Database Management System. DBMS A software package that allows users to create, retrieve and modify databases. A database is a collection of related.
Gold – Crystal Reports Introductory Course Cortex User Group Meeting New Orleans – 2011.
Creating a Database Angelo Lafratta- Website: Search: Keith Valley Physical.
CPSC 203 Introduction to Computers T97 By Jie (Jeff) Gao.
CPSC 203 Introduction to Computers T59 & T64 By Jie (Jeff) Gao.
Database Applications – Microsoft Access Lesson 6B Advanced Features on Custom Forms 1.
XP New Perspectives on Microsoft Office Access 2003, Second Edition- Tutorial 6 1 Microsoft Office Access 2003 Tutorial 6 – Creating Custom Forms.
Adding Reports to a Database. Why do we use Reports? Reports are well-designed printed pages that offer several advantages: Reports are well-designed.
Notes: **A Row is considered one Record. **A Column is a Field. A Database is…  an organized set of stored information usually on one topic  a collection.
Using Structured Query Language (SQL) NCCS Applications –MS Access queries (“show SQL”) –SAS (PROC SQL) –MySQL (the new dataserver) –Visual Foxpro Other.
DAY 20: ACCESS CHAPTERS 5, 6, 7 Larry Reaves October 28,
Glom Easy Databases With Glom Murray Cumming (murrayc) Openismus GmbH.
ASI Table [Instructor Notes, if any, will appear here.]
Microsoft Office Access 2010 Lab 3
Screenshot evidence of page size
End of Access Exam Review.
Building a User Interface with Forms
Access Reports.
GO! with Microsoft Office 2016
Putting the Pieces Together - Serials Print Cancellation-
Microsoft Office Access 2003
Microsoft Office Access 2003
Database Applications – Microsoft Access
MS Access: Using Advanced Query Features
Creating Database Reports
Relational Queries (query 12) Display vendor contact info (contact person and phone number) for inventory products (relationship query) Query: Inventory.
Webropol events – getting started 2
TITLE OF PRESENTATION PRESENTER.
This is the example I want the class to put up to become comfortable with creating and populating a table in Access.
RAHUL KAVI October 22, 2013 Day 20: Access Chapter 4 RAHUL KAVI October 22, 2013.
Reports and Forms Second Term,
Introduction To Form Builder
Unit 8 Search Help 、 Unit 7 Views
Query-by-Example Transparencies
FormTrap Snippets.
Relationships While we are on the subject of Relationships, let’s take a quick look at them.
JTLS 6.0 View Data Files In Excel
Presentation transcript:

Glom Design database systems. Design the UI and structure together. For normal users.

Features (1) Simple field types Automatic layout Find Relationships: Related records Field lookups Related fields Drop-down choices

Features (2) Calculated fields Reports Users and groups

Tables and Fields Tables Fields

Layout List Details Group items together. Automatic layout. Names are translated.

Layout: List Shows many records:

Layout: Details Show more details for one record.

Relationships Identify records based on a field value.

Using Relationships View related records. View a related field. Lookup a value from a related field. Show list of possible values from a related record.

No need for SQL You do not need to do this: SELECT "invoices"."invoice_id", "invoices"."date", "invoices"."contact_id", "relationship_contacts"."name_full", "invoices"."price_total", "invoices"."vat_total", "invoices"."price_total_with_vat", "invoices"."comment", "invoices"."invoice_id" FROM "invoices" LEFT OUTER JOIN "contacts" AS "relationship_contacts" ON ("invoices"."contact_id" = "relationship_contacts"."contact_id") WHERE "invoices"."invoice_id" = 0 Glom does it for you.

Reports Group By Sort Summarize Use PostgreSQL directly, with SQL, if you need more advanced reports.

Users and Groups For each table, allow a group to view, edit, create, delete. Put users in the group to give them group rights.

Users and Groups (2)

Reports Translate human-readable text: Table titles Field titles Group titles Report titles

Glom's Future www.glom.org High Performance: Millions of records. Drag-and-Drop Layout. Web UI. More stability. Many small tasks to get involved. www.glom.org