Search results

  1. bob fitz

    Force requirement based on yes/no

    I agree. The Yes/No field serves no purpose.
  2. bob fitz

    Solved Update the value of a field based on two other fields

    Suggest that you take a look at "Conditional formatting" of your control on the form
  3. bob fitz

    Syntax Error in changing a field’s contents

    Cross-posted: https://www.accessforums.net/showthread.php?t=89178 Please read: https://excelguru.ca/a-message-to-forum-cross-posters/
  4. bob fitz

    Syntax Error in changing a field’s contents

    Try: Private Sub Clear_Investigate_Yes_Click() ' Fuction Name ===> In the field Investigate, Change "Yes" => "No" ' Table Name ==> update Investments01_tbl ' Field Name ==> investigate ' Change Data in Field Investigate, from Yes to No ''CurrentDb.Execute "update Investments01_tbl" & _ '' "set...
  5. bob fitz

    Radio Buttons!! 2 clicks why?

    Thank you for your kind wishes. I hope you have a great Christmas and New Year too!
  6. bob fitz

    Radio Buttons!! 2 clicks why?

    You're welcome. Always pleased to help i I can :)
  7. bob fitz

    Radio Buttons!! 2 clicks why?

    Try changing the "Triple State" property of each radio button to No
  8. bob fitz

    Wishing you all a Merry Christmas!

    Not often do I get cold and frosty reception here :ROFLMAO: Happy Christmas Jon and everyone.
  9. bob fitz

    The Missing Macro and the sorry tale of Unhelpful Help

    So, I repeat, have you checked the "Name" property setting and the "Source Object" property setting of the control being used to hold the subform. The "Name" property setting can be found on the tab called "Other" on the Property Sheet and the "Source Object" property setting can be found on...
  10. bob fitz

    The Missing Macro and the sorry tale of Unhelpful Help

    Have you checked the "Name" property setting and the "Source Object" property setting of the control being used to hold the subform.
  11. bob fitz

    Hello from Jerusalem

    I think it can be difficult/misleading to generalize but I wouldn't say that was true of the UK. Perhaps another good reason for us not being in Europe ;)
  12. bob fitz

    New here and start from scratch after years away from access.

    Sounds like an interesting project ;)
  13. bob fitz

    New here and start from scratch after years away from access.

    Welcome to the forums :) What does the "RC" stand for in "RC hobby" ??
  14. bob fitz

    Update field on calling form

    If both B and C are opened, using the acDialog argument, then whichever is opened last should stay "On Top". Double-check that you did set the acDialog argument of DoCmd.OpenForm when opening both B and C.
  15. bob fitz

    What can we learn from The Doc Man and people like him

    Ah! They don't call me "tinkle-toes" either. Full Stop!!
  16. bob fitz

    What can we learn from The Doc Man and people like him

    Probably not as well as you :ROFLMAO:
  17. bob fitz

    access forms events not working

    Post a copy of your db
  18. bob fitz

    access forms events not working

    Is that the only event that isn't working? Is the event property set to [Event Procedure]
  19. bob fitz

    Write Conflict Error

    Is your db split, with each user having their own front-end and each front-end linked to tables in a single back-end file?
  20. bob fitz

    Comparing and highlighting records between two subforms

    Without wishing to be pedantic and for the sake of that clarity, what you have said is correct but take the following into account: If the body that issues a cert were to change the length of time a cert is valid for from, then you would need to create a new entry in "CertListT" rather than edit...
Back
Top Bottom