What is the easiest way to accomplish this:
Image ^^
I've made this picture with Excel :P
I have a Database of tasks and I would need to make a preview of them like an calendar.
Like you see on the picture some tasks need 2-3 days to complete so I would need to draw rectangle or something that would represent that task and over it task ID/Name should be written.
That rectangle...
Search Result
Collapse
12 results in 0.0015 seconds.
Keywords
Members
Tags
-
Calendar or something like that
-
software for iCal and iMail on PC?
Does anyone know of a good software to use that will allow me to view and edit an iCal in a Windows OS?
I know I can log into their website for iCloud, but it's so slow and clunky, I was hoping there was a desktop software I just don't know about,
Thanks, -
MS Access Calendar - OVERVIEW
MS Access Calendar – OVERVIEW
Many times over the years, a similar type question has been asked of us here at Bytes, namely: How Can I Incorporate Calendar Like Functionality Solely Within The Context Of My Access Application? The individuals posting these questions are not referring to the varied ActiveX Calendar Controls that essentially present a Popup Dialog that enables you to select a Date then populate a Form Field with that Date, but... -
Calendar function in MS access
I got the attached database somewhere online. I do not own it. It has a great example of Calendar function which I am trying to develop. Could anyone please help me to understand the relation between tblInput and frmCalender (and other forms and reports related to it)so that I can link a table similar to tblcalendar to the calendar function.
I appreciate your response.... -
Dalia Allencher started a topic How do I a create ms access calendar schedule like Outlook calendar?in Visual BasicHow do I a create ms access calendar schedule like Outlook calendar?
I have to plan the work schedule.
For example: The process has several steps.
Steps Step 1 Step 2 Step 3
Due dates 2/5/2011 2/10/2011 2/15/2011
I want to create a calendar like Outlook where I need the steps to display in respective dates, which I can take a print out and stick to my wall.
I have some knowledge of MS acccess, but I don't know anything about coding.... -
Arrange report into a calendar layout in access 2003
Hi, I've been trying for a while now to arrange one of my reports into a calendar layout in access 2003. The current report takes the values of a query made from an intake table which contains the following columns: DateOfService, therapistName. All Im trying to do is to mege those values into a report that has a calendar layout which will only display the name of the therapist and the count of how many times the name appeared in that date. as for... -
Is it possible to make a date datatype accept 13 as a month and 30 for all months?
I am in ethiopia and we have 13 monthes. 12 of them with 30 days each and 13th month with 5 or 6 days. I want to sort my data by date using the bindingsource sort method. But to do that I need to set my date field a date data type. When i set the datatype to date, i can't enter some values like 13 for the month value and 30 for day value of 2nd month.
What I want is just to make my application accept 13 as a month and 30 as a day for... -
how to make a simple monthly calendar
I'm trying to write a program that makes a monthly calendar.
I want it to pull the names of the months out of a file then use seperate functions to assign each an integer 1 through 12, given the integer value return the number of days in that month for 2009 and given the day and month return what day of the week that date is in 2009.
I'm new to programing and I believe this should be fairly easy. I have my main program... -
My calendar control hides when I scroll
Hi,
I have a form with calendar control 10 on it. As the form is quite large you have to scroll down to see all of it. When my scroll bar is level with the top of the calendar the calendar turns white and unusable. It reappears when the bottom of the scroll bar reaches the bottom of the calendar. It is like an actual window blind being pulled over it.
Is there anyway to stop this happening? -
help with garden calendar
I'm trying to make a calendar where the frost date is input and based on this date, a list of other dates are calculated that will be specific times from the input date. I have minimal programming skills and would appreciate any help.
I've gotten code that will input the frost date and output a single date (6 weeks prior to this date = tomato planting date). I wish the output button was a list of dates, or there were multiple buttons... -
Date Input Calendar
Hi.
I'm building a form for my webpage, and I'm using "Jason's Date Input Calendar" to allow the user to easily enter a date.
Here is the link to the website of the script:
Dynamic Drive DHTML Scripts- Jason's Date Input Calendar
It's all working visually, but I don't know how to fetch the dates from the form when I send the form a script. I don't know how to relate the content (input)... -
Calendar Data from Exchange 2007 EWS
I have written code that retrieves the freebusy data including a field called ID which is a long hex character field. When I try to GetItem() passing the id in the request type I get "ID is malformed" error. I am guessing there is a way to transform the ID I have into one which isnt malformed. Any help gratefully received