Search results

  1. S

    This time I promise I'm stuck

    Thank you everyone for the views. but i was able to figure it out. using the Union Query function.
  2. S

    This time I promise I'm stuck

    I have 9 seperate tables - each of the tables has similar headers Claim # Agent Pass/Fail Request type Record Date I have built relationships between all the tables. I am attempting have a singular query be run based on start and end dates under "record date" I have the criteria already...
  3. S

    muliple option groups

    Again Nevermind. i used the same coding but reversed it to recgonize if the option groups were set with a value of 2 then the text field would read FAIL or it would read PASS. It works perfectly. thanks
  4. S

    muliple option groups

    If it helps I set the code as an After update event on the final Option group aka the last question.
  5. S

    muliple option groups

    I have 26 different option groups all with numeric values set for YES , NO, and N/A. I attempted code to have the code read if the frame values were 1 Or 3 for all frames then a text field would read as "Pass" or it would be "Fail" but its not working. does anyone have any ideas on how to...
  6. S

    Toggle buttons

    Nevermind everyone, i was able to figure it out. Thanks
  7. S

    Toggle buttons

    Good day everyone. I have built a end user form with multiple toggle buttons with "Yes/No" properties. I am wanting to link the buttons together, so if all have been selected/pressed it will read "pass" in a text box, but if even one is not selected it will read "fail". I was successful with...
Back
Top Bottom