Search results

  1. W

    clear filter on close

    Thank you ghudson for the correct code. I was over an hour getting nowhere until I realized I was using the OnLoad event. It works just great on the OnOpen or OnClose event. I also noticed that the Filter in Properties continues to be populated with the last filter used (but doesn't appear...
  2. W

    Tab Controls question

    Perfect. We both did the same thing. That is where I positioned my rectangles. and the best part is, I look like a genius! Thanks again Bill
  3. W

    Tab Controls question

    I was unable to overlay the Tabs with a rectangle. The body of the tab control can accomodate a rectangle positioned forward, but the tabs themself always show on top. I used this method to show colored bars that peek above each of the tabs and that accomplishes my goal, but it sounded like...
  4. W

    Tab Controls question

    I like it. That's elegant and more importantly, I can understand it. Appreciate the help. Bill
  5. W

    Tab Controls question

    I thought of that, but the fact that I have required fields on both page(0) and page(1) means I'd have to select one or the other to set focus on. I was trying to learn the syntax for the tab control - .picture - thinking I could change the bitmap depending on the status of a particular field...
  6. W

    Tab Controls question

    How can I accomplish this? I have fields on a main form and fields on page (0) and page (1) of a tab control that are required. I've added some code that turns the labels red until the required fields are completed. My issue is that on page (1) the required fields aren't visible unless the...
  7. W

    New to this Forum

    Hi I'm an Access developer in Virginia. I use VBA, SQL and HTML. Always looking for answers!
Back
Top Bottom