Calendar Form creation

Creating and using forms
Post Reply
zipster1967
Posts: 4
Joined: Thu Feb 26, 2015 3:18 pm

Calendar Form creation

Post by zipster1967 »

I want to create a form that displays as a calendar showing the entire month with the dates of all incomes and all expenses and the dates they occur. This is for a personal budget database I am creating. I have tables set up for Incomes, expense types, expense list, and payments I just need to find out the best way to create the form I want to display for getting an overall view of the months budget in a calendar format. Is this possible within base or should I be looking elsewhere for such a thing?
OpenOffice 4.1.1
Windows 7
User avatar
Villeroy
Volunteer
Posts: 31279
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Calendar Form creation

Post by Villeroy »

You want a report. A form is for input. A report shows printable output.
Anyway, SQL is the key.
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
zipster1967
Posts: 4
Joined: Thu Feb 26, 2015 3:18 pm

Re: Calendar Form creation

Post by zipster1967 »

Okay then how do I go about creating a monthly claendar report that shows the date and the payments and incomes for each date?
OpenOffice 4.1.1
Windows 7
User avatar
Villeroy
Volunteer
Posts: 31279
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Calendar Form creation

Post by Villeroy »

YOU are the database developer and only YOU know your own data structures. I can not give any advice for something I don't know. The solution is some SQL query.
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
User avatar
Villeroy
Volunteer
Posts: 31279
Joined: Mon Oct 08, 2007 1:35 am
Location: Germany

Re: Calendar Form creation

Post by Villeroy »

May be something similar to yesterday's topic? viewtopic.php?t=75766
Please, edit this topic's initial post and add "[Solved]" to the subject line if your problem has been solved.
Ubuntu 18.04 with LibreOffice 6.0, latest OpenOffice and LibreOffice
Post Reply