Page 3 of 3 FirstFirst 123
Results 31 to 35 of 35
  1. #31
    MustbeAweful is offline Novice
    Windows 10 Access 2021
    Join Date
    Nov 2024
    Posts
    21
    Sorry, I forgot about the continuous form not being colourable. Does it matter where I put the code you've given me?

    When I mean "searchable" I mean that, on the menu, that I can select "Type" as either Driver, Assistant, or Versatile, and have results that narrow it to that field. Much the same with the check-box Sat/Sun/Mon/Tues/etc.

    Much appreciated for the help.

  2. #32
    davegri's Avatar
    davegri is offline Excess Access
    Windows 11 Access 2021
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,741
    The code snippet goes in the DriverDetailF. The black code is existing and the red new.

    Your driver type introduces some severe complications. If a user searches for type Driver and the person is Versatile, that is not a match.
    And if search is for Versatile, neither Driver or Assistant is a match. To further complicate, can a Driver be an Assistant?

  3. #33
    MustbeAweful is offline Novice
    Windows 10 Access 2021
    Join Date
    Nov 2024
    Posts
    21
    ⍨ Hmm...

    For the sake of answering your question: Rarely do Drivers want to be Assistants or vice versa, that's why I thought I'd make Versatile a category. Guess I didn't think things through.

    Maybe it's best to keep it as coloured on the continuous form to draw the eye. Scratch the searchable part.

  4. #34
    MustbeAweful is offline Novice
    Windows 10 Access 2021
    Join Date
    Nov 2024
    Posts
    21
    Okay! I've put in your code, which brings it up the DriverDetailF as a reddish colour, great! To be more obvious on the continuous forms, I've put a colour changing square behind IsActive? (the same way that the Sat/Sun/Mon/Tues/etc are colour changing when clicked upon).

    Is there a way to put all inactive drivers at the bottom of the continuous form? Did I already ask you this question before?

    EDIT: Yes I did. I didn't comprehend your response back about it... I guess that's it

    Thank you again for all of your help! I'm going to get a lot of good use out of this

  5. #35
    davegri's Avatar
    davegri is offline Excess Access
    Windows 11 Access 2021
    Join Date
    May 2012
    Location
    Denver
    Posts
    3,741
    Is there a way to put all inactive drivers at the bottom of the continuous form? Did I already ask you this question before?
    That's when I made the listbox that shows the NA drivers at the bottom. I've expanded that to show the inactive at the bottom of both forms.
    This version also includes the code to color the DriverDetailF but not the MenuF box.

    I left the controls for the driver type intact, but made them not visible.

    Last edited by davegri; 01-12-2025 at 11:29 PM. Reason: replaced v8 with v8a

Page 3 of 3 FirstFirst 123
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 3
    Last Post: 01-25-2024, 02:46 PM
  2. code for clear button is not working
    By tommyried in forum Programming
    Replies: 3
    Last Post: 03-13-2014, 02:50 AM
  3. Button to clear a record, not working
    By snipe in forum Forms
    Replies: 3
    Last Post: 02-17-2014, 02:23 PM
  4. clear fields button not working
    By fainterm in forum Forms
    Replies: 20
    Last Post: 02-04-2014, 01:13 PM
  5. Replies: 2
    Last Post: 08-03-2013, 03:41 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