Results 1 to 5 of 5
  1. #1
    Nixx1401 is offline Competent Performer
    Windows Vista Access 2003
    Join Date
    Feb 2010
    Location
    Barbados
    Posts
    115

    Inserting a calender in a form

    I am trying to add a calender to a form but cant seem to get the code I have to run



    I changed the date text box to a combo box
    I inserted the calender control
    Inserted the following code under the mouse down event of the date combo box

    Combo box name dteTransactionDate
    Calender name ocxCalender

    ocxCalender.Visible = True
    ocxCalender.SetFocus

    If Not IsNull (dteTransactionDate) Then
    ocxCalender.Value =DteTransactionDate.Value
    Else
    ocxCalender.Value = Date
    End If

    End Sub

    When i return to the form view after entering this code it gives an runtime error 424 when i attempt to debug it highlights the ocxCalender.Visible = True

    Can Someone help Please

  2. #2
    Join Date
    May 2010
    Posts
    339
    If you are trying to add a calendar from an (activeX) don't bother. To many version confilcts. Google Allen Browne calendar much better soultion.

  3. #3
    Nixx1401 is offline Competent Performer
    Windows Vista Access 2003
    Join Date
    Feb 2010
    Location
    Barbados
    Posts
    115
    I tried using that function but it returned a value of 0

  4. #4
    Garito100 is offline Novice
    Windows XP Access 2003
    Join Date
    May 2010
    Location
    Merseyside
    Posts
    18
    I just Googled and inserted the Allen Browne Calendar and it works brilliantly. Thanks for the tip Access Blaster!

  5. #5
    Join Date
    May 2010
    Posts
    339
    Glad we could help.

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

Similar Threads

  1. Inserting into a database
    By Cined in forum Programming
    Replies: 1
    Last Post: 04-14-2010, 12:33 PM
  2. Calender Help
    By alanl in forum Access
    Replies: 5
    Last Post: 03-27-2010, 11:43 AM
  3. Inserting/Updating
    By detlion1643 in forum Access
    Replies: 1
    Last Post: 02-26-2010, 07:25 PM
  4. Inserting a Report into a Form
    By James3mc in forum Forms
    Replies: 2
    Last Post: 11-18-2009, 08:27 PM
  5. Inserting a picture
    By Carenas in forum Forms
    Replies: 0
    Last Post: 01-03-2009, 05:09 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