• Skip to main content
  • Skip to primary sidebar
  • Home
  • Blog
  • VBA Programming
  • Open-Libre Office
  • Web Stuff
  • Videos
    • VBA Articles
    • LibreOffice And Open Office
  • Excel VBA Glossary
  • About
  • Contact

My Best Stuff Is In The Newsletter

No charge. No spam. Unsubscribe anytime.

Submitting...

How to Make A Table In OpenOffice or LibreOffice

In this tutorial I will explain how to create a table in LibreOffice base, a free database application that is available on windows mac and linux.

This simple table could be used as a generic table for importing data into your database.

Further queries in the database could then transfer data from this table to other parts of the database while changing datatypes and normalising the data.

Get notified when new Business Programmer blog or video tutorials are created.

Submitting…

This is actually the first step in a small data analysis project for my own use.

I will be creating further tables and automated routines to cleanse the imported data downstream of this import.

For now this tutorial shows you how to create the HSQLDB (LibreOffice base) table and make adjustments to it in SQL.

It also covers some tips and traps that you need to avoid when using Base tables.

Don’t forget to comment below and let me know if this was helpful.

Also feel free to tell me what topics you would like covered in the future.

Filed Under: Open-Libre Office Tagged With: Base, Database, LibreOffice OpenOffice

Reader Interactions

Comments

  1. Fred says

    01/10/2021 at 23:24

    Thanks, Sean.
    For what it is worth, LibreOffice Community Version: 7.2.1.2 (x86) does not reform the multiple pastes like your version shows.

    Also, Base likes to start numbering at zero. To be more compatible, we could add … IDENTITY (START WITH 1)

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

Free Training Videos

Make VBA Listbox Work as Database Grid

Image

Ulitmate Excel VBA Advanced Filter Tutorial

Click video and press f for full screen or watch on YouTube

Dynamically Link Images to LibreOffice Base Form

Click video and press f for full screen or watch on YouTube

Create Database with LibreOffice Base

Click video and press f for full screen or watch on YouTube

Create VBA Form In Excel

Click video and press f for full screen or watch on YouTube

Affiliate Disclamer

We hope you love the products we recommend! Just so you know, we may collect a share of sales or other compensation from the links on this page.
Thank you if you use our links, we really appreciate it!

Terms Of Service | Privacy Statement | Copyright © 2024 BusinessProgrammer.com.