<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[My Visual Database — Need help with database design for recurring checklists]]></title>
		<link>https://myvisualdatabase.com/forum/viewtopic.php?id=7595</link>
		<atom:link href="https://myvisualdatabase.com/forum/extern.php?action=feed&amp;tid=7595&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Need help with database design for recurring checklists.]]></description>
		<lastBuildDate>Mon, 28 Jun 2021 13:39:28 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Need help with database design for recurring checklists]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=41257#p41257</link>
			<description><![CDATA[<p>Hello Derek! Very nice to hear you again!</p><br /><p>As always, thank you very very much for taking the time to make this elaborate example!! This is very helpful, it is almost exactly what i wanted to achieve! As you mentioned it is structured in a way which would have not been my first idea but i think it is really clever how it all fits together and the possibities the way of doing things like this creates. Thanks again for all your help!!!</p><br /><p>PS: love the animation! <img src="https://myvisualdatabase.com/forum/img/smilies/big_smile.png" width="15" height="15" alt="big_smile" /></p>]]></description>
			<author><![CDATA[null@example.com (dbk)]]></author>
			<pubDate>Mon, 28 Jun 2021 13:39:28 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=41257#p41257</guid>
		</item>
		<item>
			<title><![CDATA[Re: Need help with database design for recurring checklists]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=41242#p41242</link>
			<description><![CDATA[<p>Hi Kristof,<br />Nice to see you&#039;re still around.<br />I was having a think about how you might structure your database to give you what you need.&nbsp; As always, there are lots of different ways and the attached is just a suggestion that might give you some ideas.<br />In order to get maximum flexibility, I use a checklist &#039;type&#039; (month, quarter, year) when I create an empty checklist (form1 / form1a).<br />On Form2, if the selected checklist type is &#039;month&#039; then a list of clients that have monthly checks is displayed.&nbsp; If the checklist type is &#039;quarter&#039; then a different list of clients with quarterly checks is displayed etc etc<br />To fill the selected checklist you can either<br />1.&nbsp; Double click on any of the clients to add it into that particular period&#039;s checklist.<br />2.&nbsp; Click on the &#039;COPY ALL&#039; button at the bottom of the client list to add all clients for the selected &#039;type&#039;..<br />Once you have added clients to the selected checklist,&nbsp; double click on a row in the checklist to edit the details.&nbsp; <br />The way it&#039;s structured, there are different checks (and a different number of checks) depending on whether it&#039;s by month, by quarter or by year - it may not be how you work but it&#039;s just to show that the way it&#039;s structured gives a lot of flexibility.<br />Finally, on Form1 as well as the checklist details, there is summary information (how many clients have been added, how many checks of certain types have been completed etc - it&#039;s basically an overview of the current &#039;status&#039; of each checklist.<br />It probably sounds more complicated that it is.&nbsp; Just give it a try and hopefully it might be of use.<br />Regards,<br />Derek.</p>]]></description>
			<author><![CDATA[null@example.com (derek)]]></author>
			<pubDate>Fri, 25 Jun 2021 20:21:40 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=41242#p41242</guid>
		</item>
		<item>
			<title><![CDATA[Need help with database design for recurring checklists]]></title>
			<link>https://myvisualdatabase.com/forum/viewtopic.php?pid=41236#p41236</link>
			<description><![CDATA[<p>Hi friends,</p><br /><p>It has been a while since i have been active here but i have been lurking the forum. I sincerely hope everyone is well.</p><br /><p>I have been thinking about making a little mvdb utility program to help me organize my daily office work, because it would really help me bring a bit of structure, but i am having troubles understanding (or planning) what the best way would be to set up my tables. Basically i need to execute recurring tasks for different clients.</p><br /><p>I was wondering if anyone could guide me in the right direction or give me pointers. </p><br /><p><strong>The situation:</strong><br />As of now i am using a simple excel file at the office with a checklist for different clients. There are routine checks i need to do for different clients. Depending on the client, and the kind of checks, the timing intervals are as follows: yearly/quarterly/monthly. So these are the recurring tasks.</p><br /><p>Basically i have a table in excel, the table titles are the checks that need to be done, the first column is the client&#039;s name, the rest of the columns in the row are the dates or yes/no booleans if the check has been done. At the end of the check interval, lets say it is the monthly checklist, i will copy the excel tab to a new tab manually and restart the different checks. It would be ok to do this manually in mvdb.</p><br /><p><strong>What i would like to achieve:</strong><br />I have made a quick sketch in excel to give an impression of what i would like to achieve. The &quot;tablegrid&quot; corresponds with my current &quot;checklist&quot; that i am using in excel. So i am looking to build a tablegrid like below:</p><br /><p><a href="https://ibb.co/Jd5bHQH"><span class="postimg"><img src="https://i.ibb.co/TTmntLt/tablegrid.png" alt="https://i.ibb.co/TTmntLt/tablegrid.png" /></span></a></p><br /><p>Where i could basically choose from a dropdown/list in the main form which checks i need to do. <br />For example for the year 2021 and the quarter 2, or the month 5, and so on.</p><br /><p>However, i dont seem to be able to grasp how i need to setup my tables, i know this is wrong but am i going in the right direction with this or not? Look below:</p><br /><p><a href="https://imgbb.com/"><span class="postimg"><img src="https://i.ibb.co/pv667MW/tables.png" alt="https://i.ibb.co/pv667MW/tables.png" /></span></a></p><br /><p>Yes, i am not good at this.</p><br /><p>I would need these 3 functionalities:<br />- setup a standard checklist which can be reused<br />- a standard checklist can have different timing intervals, for example yearly/quarterly/monthly &gt; this depends on the client<br />- a client can have many different checklists</p><br /><p>Many thanks for taking the time to look at this.</p><p>Kind regards,</p>]]></description>
			<author><![CDATA[null@example.com (dbk)]]></author>
			<pubDate>Thu, 24 Jun 2021 18:51:59 +0000</pubDate>
			<guid>https://myvisualdatabase.com/forum/viewtopic.php?pid=41236#p41236</guid>
		</item>
	</channel>
</rss>
