User Profile

Collapse

Profile Sidebar

Collapse
nottawayblue
nottawayblue
Last Activity: Feb 8 '08, 08:29 PM
Joined: Oct 25 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nottawayblue
    started a topic CSS Collapsing IFrames

    CSS Collapsing IFrames

    I'm trying to make a collapsable iframe - appears when the <a class="inlaid"> LINK is clicked, closes when the user clicks outside the div. I have this working almost beautifully: the iframe and other text appear when the link is clicked but close when user clicks w/in the iframe (but not anywhere else in the div). Any suggestions on how to prevent the collapse when the iframe is clicked?

    CSS:
    Code:
    .dashboard {
    ...
    See more | Go to post

  • nottawayblue
    replied to Avoiding In-Group Page Breaks
    Never mind - I finally found the right place to specify in grouping/sorting form. (Keep Together) Knew it was too simple, just had trouble finding it...
    See more | Go to post

    Leave a comment:


  • nottawayblue
    started a topic Avoiding In-Group Page Breaks

    Avoiding In-Group Page Breaks

    Is there a way to ensure a group item is not split between two pages when printing a report? I don't want to print every item on a new page, as some items are only 4 or five rows, but it's hard to read when half of an item is printed on a new page.

    I know it's picky, but I'm too much of a perfectionist not to try.

    Thanks!

    Blair
    See more | Go to post

  • nottawayblue
    replied to Identifying records without a match
    Never Mind - figured it out. Used a compound outer join (two criteria) to limit the results to those entries that were from the same member AND compared the courseIDs.
    Code:
    SELECT qryMemberCourseRequirements.MemberID, qryMemberCourseRequirements.CourseID, JMemberANDCourse.CourseID, JMemberANDCourse.MemberID
    FROM qryMemberCourseRequirements LEFT JOIN JMemberANDCourse ON qryMemberCourseRequirements.MemberID=JMemberANDCourse.MemberID
    ...
    See more | Go to post

    Leave a comment:


  • nottawayblue
    started a topic Identifying records without a match

    Identifying records without a match

    First off, sorry if this answer is already out there, I couldn't find it and wasn't even sure good keywords to search...

    I'm working on a personnel db that tracks coursework (Access 2003, but just the conceptual "how" would be awesome). I have tables that track courses that people have taken, what position they hold and courses that are required by position. The info I'm trying to extract is what courses are they required...
    See more | Go to post
    Last edited by nottawayblue; Oct 25 '07, 05:54 PM. Reason: formatting
No activity results to display
Show More
Working...