Results 1 to 11 of 11
  1. #1
    JLT is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2011
    Posts
    6

    Question Programming


    I am trying to program a data base that has tab pages on each tab page I have a subform. I have one tab that I want as a calender as a visual summary for data that is in one of my subforms. I have been trying to find a vba code or macro to assist me in doing this with no luck. Any help would be greatly appreciated.

  2. #2
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722

  3. #3
    JLT is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2011
    Posts
    6
    great video, but it didn't help me with my question concerning installing a calendar on a tab page to visually display data from a subform.

  4. #4
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    I wasn't sure of the details of the difficulty and offering help re tabbed forms.
    What specifically is the problem?

  5. #5
    JLT is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2011
    Posts
    6
    The database that I formatted has numerous tabs and subforms. One subform is titled Treatment Table, the data I have on this subform I want transposed to a calendar that will be on one of my tabs. I can't seem to get a VBA code to work that will take the data from the subform and make visible on a calendar. I have tried all the codes that I can find on the forums and nothing works.

  6. #6
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    Can you post the VBA code to work that will take the data from the subform and make visible on a calendar.

    Do you get error messages? Have you tried just getting the treatment table data to show on a calendar (just a form) not complicated with tabs/subforms etc?

  7. #7
    JLT is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2011
    Posts
    6
    I removed all the codes that I had tried, I wasn't getting any error messages, just didn't transpose the data...I would like to start from fresh if I can. I was using an Active X control calendar and it just didn't want to work..the VBA was Me!Treatmenttable = Me!Calender0.

  8. #8
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    Here's a sample in Acc2000 format

    I have Acc2003, I can 't read or use accdb type databases.


    Have you seen this link?
    http://office.microsoft.com/en-us/ac...in=HA001054662
    Last edited by orange; 04-13-2011 at 04:54 PM.

  9. #9
    JLT is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2011
    Posts
    6
    Yes I have read that link and had no results that worked on my db..I can not open the example that you attched, it asks for log in information.

  10. #10
    orange's Avatar
    orange is offline Moderator
    Windows XP Access 2003
    Join Date
    Sep 2009
    Location
    Ottawa, Ontario, Canada; West Palm Beach FL
    Posts
    16,722
    It must be something at your end. I know you have Acc2007 and the sample is Acc2003 with database in Acc2000 format.


    Can you make a version of your database into Acc2003 format mdb?
    Just enough data to show the issue -- take out anything considered confidential/proprietary.


    Have you been through this free video tutorial?
    http://www.datapigtechnologies.com/f...drcontrol.html
    Last edited by orange; 04-13-2011 at 08:24 PM. Reason: Found a video tutorial

  11. #11
    JLT is offline Novice
    Windows XP Access 2007
    Join Date
    Apr 2011
    Posts
    6
    unfortunately I'm not able to convert to 2003 db..
    I've tried the following code and it does not update the calender. I want the data that is in my db form treatment_table to appear in the calendar and what am I missing or can it even be done.

    Private Sub Treatment_Calendar_Click()
    Me.Form.Treatment_Date = Me.Treatment_Calendar
    Me.Form.Treatment_Description = Me.Treatment_Calendar
    End Sub

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

Similar Threads

  1. Inputbox on programming? :(
    By radicrains in forum Programming
    Replies: 7
    Last Post: 11-05-2010, 10:58 PM
  2. Is my programming wrong? :(
    By radicrains in forum Programming
    Replies: 5
    Last Post: 10-27-2010, 08:39 PM
  3. 2 programming issues
    By gripper in forum Programming
    Replies: 3
    Last Post: 10-06-2010, 11:10 AM
  4. Help Please - Programming Labels
    By graviz in forum Programming
    Replies: 4
    Last Post: 03-02-2010, 10:37 PM
  5. VB Programming
    By mstefansen in forum Programming
    Replies: 4
    Last Post: 08-31-2009, 07:15 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