Page 2 of 2 FirstFirst 12
Results 16 to 18 of 18
  1. #16
    Blings's Avatar
    Blings is offline Competent Performer
    Windows 10 Office 365
    Join Date
    May 2020
    Location
    London, UK
    Posts
    125

    Thanks for this @davegri. I’m on holiday at the moment, I plan to pick development up again this weekend! I’ll come back ASAP.

  2. #17
    ssanfu is offline Master of Nothing
    Windows 10 Access 2010 32bit
    Join Date
    Sep 2010
    Location
    Anchorage, Alaska, USA
    Posts
    9,664
    Here is another Calendar example. In my view, it has issues - I was going to fix them but ended up not using this/a calendar.

    There are look up FIELDS, tables missing (3 in this example) and variables not declared correctly
    Code:
    Dim strSQL, strQRY, strSource, strBox, strTxt, strLst As String
    (variables supposed to be type string, but are declairedvariant)

    The form that is opened when an order is dbl clicked leaves a lot to be desired..... but that can be fixed.

    Maybe it will give you some ideas.......
    Attached Files Attached Files

  3. #18
    davegri's Avatar
    davegri is online now Excess Access
    Windows 10 Access 2016
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,740
    Made some significant enhancements to DB in post#15.

    Replaced global variables with TempVars.

    Eliminated some UDFs by replacing with built-in functions that MS added to later Access versions.

    Eliminated about 300 lines of code addressing the vba Event_Procedures for Got_Focus, Lost_Focus
    events for every calendar block. Replaced the 84 Event_Procedures with 2 function calls.

    Set tab stops properly.

    Made other changes getting rid of redundant or unnecessary code. Added more comments. Code logic should be somewhat easier to follow now.

    Calendar-davegri-v04.zip
    Last edited by davegri; 08-11-2021 at 10:54 PM. Reason: layout

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Calendar thingy for inputting dates
    By S2000magician in forum Access
    Replies: 3
    Last Post: 07-17-2019, 01:19 PM
  2. Calendar too small to see dates
    By dcavaiani in forum Access
    Replies: 2
    Last Post: 03-24-2019, 03:33 AM
  3. Replies: 3
    Last Post: 11-03-2014, 03:30 PM
  4. Help formatting calendar dates
    By cmb in forum Modules
    Replies: 1
    Last Post: 10-10-2014, 11:06 AM
  5. Calendar to and From Dates
    By bobfin in forum Reports
    Replies: 10
    Last Post: 08-05-2010, 07:05 PM

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