Results 1 to 5 of 5
  1. #1
    Naomin is offline Novice
    Windows 10 Access 2016
    Join Date
    Apr 2021
    Posts
    2

    Lightbulb Building a daily activity log

    I keep track of my daily activities in a kind of moving calendar in Excel. The dates are kept in a linear fashion along the top 2 rows (date/day of the week), and as I move into another week, I add in those dates to the right, very much like MS Project. The various projects I work on are arranged in the rows below. I keep track of my ongoing progress in the grid: short descriptions for activities in the corresponding cell for a particular project, on a particular date. A summary is kept to the far right, with the most recent activity plus the date it was done on. I've built macros that fetch this information. I'd like to recreate this in Access, with the summary on one page and the weeks on another. I've attached a pdf as an example.



    Looking forward to some brilliant answers! I'm very happy with my creation but excel can't handle it. The macros corrupt.
    Attached Files Attached Files

  2. #2
    ranman256's Avatar
    ranman256 is online now VIP
    Windows Vista Access 2010 32bit
    Join Date
    Apr 2014
    Location
    Kentucky
    Posts
    9,525
    you want a table like:
    project, Date, task

    enter the info. Later you can, if you want, produce a report that looks like your excel example; days across the top.

  3. #3
    Naomin is offline Novice
    Windows 10 Access 2016
    Join Date
    Apr 2021
    Posts
    2
    I have too may projects to enter the date on each line. I would like to keep the entry area as the calendar and the report as the summary. I'd like to keep the functionality as close to the excel build as possible.

  4. #4
    Join Date
    May 2018
    Location
    Living in Scotland UK
    Posts
    1,566
    Hi Naomin

    Ranman has given you the best layout for Access.

    Remember Access is not Excel.

    In Excel you enter a new date as a Column Heading, In Access you would enter a Date as a New Record
    You can PM me if you need further help.
    Good Reading https://docs.microsoft.com/en-gb/off...on-description

  5. #5
    Micron is offline Virtually Inert Person
    Windows 10 Access 2016
    Join Date
    Jun 2014
    Location
    Ontario, Canada
    Posts
    12,800
    Possible approaches:
    - find out why Excel macros are not stable and fix that. Excel is the better tool for your layout
    - considering the mantra "Normalize until it hurts, denormalize until it works" take the denormalize part to heart. Create a project table with fields for each day, but trying to have 2 Saturdays and 2 Sundays would be a deal breaker. However, you will find that extracting data based on days will always be a problem and if you post issues about that here, you will probably get told your schema is all wrong every time.

    - key thing to remember is that with Access, storage is one thing, presentation is another. I'm not saying this is a great approach, but I would think you could store the data properly and use a continuous form to pivot and present it. I'm thinking that the presentation would involve a crosstab query to pivot the weekday row data into day columns. However, this assumes that you would be able to group by Day values so that you restrict column results to the 7 days. Again, 2 Sat/Sun is a no-go.

    That is all speculation because as noted, Access is not meant to be used as a spreadsheet and it's likely that not many helpers here would be very interested in such a project. Perhaps an Excel forum could help you with the macro corruption issue.
    The more we hear silence, the more we begin to think about our value in this universe.
    Paraphrase of Professor Brian Cox.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. User Activity Log
    By ctonline in forum Access
    Replies: 2
    Last Post: 03-03-2021, 06:29 AM
  2. Replies: 2
    Last Post: 06-12-2015, 07:57 PM
  3. Replies: 1
    Last Post: 09-03-2013, 10:27 AM
  4. Add activity for each customer
    By nostr4d4m in forum Queries
    Replies: 11
    Last Post: 03-25-2011, 09:08 AM
  5. No activity in last 30 days
    By CMLS in forum Queries
    Replies: 4
    Last Post: 03-18-2011, 11:26 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums