Search results

  1. bob fitz

    Data display question (was Me)

    Did you read the link I gave you regarding the use of lookups in tables? You should be using a combo on a form to "Lookup" the PK of required record and then store that PK in your record.
  2. bob fitz

    Data display question (was Me)

    After making my last post, I notice that June has already mentioned some of the things that I commented on.
  3. bob fitz

    Data display question (was Me)

    Take a look at the attached db. I have used your existing tables to create some new forms that may be more appropriate for your needs. I notice that you have a "Lookup" field called "What" in the table "TransTLB" which I would advise against. See...
  4. bob fitz

    Data display question (was Me)

    Please post a copy of the db. Compact and repair it, then zip it and attach the zip file to your next post.
  5. bob fitz

    Me

    Hi Bungwaa Welcome to the forum :) I'm sure that you will find many here that are willing to help. Pleased to hear that your needs will likely be fulfilled in less than 20 years....I don't think I'll live that long :ROFLMAO::ROFLMAO::ROFLMAO: Perhaps you could start a new thread with...
  6. bob fitz

    Access 2021 Runtime

    June, can I ask if you have ever bought from Helpful Downloads and if so, how was the experience?
  7. bob fitz

    Force requirement based on yes/no

    I agree. The Yes/No field serves no purpose.
  8. 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
  9. 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/
  10. 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...
  11. bob fitz

    Radio Buttons!! 2 clicks why?

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

    Radio Buttons!! 2 clicks why?

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

    Radio Buttons!! 2 clicks why?

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

    Wishing you all a Merry Christmas!

    Not often do I get cold and frosty reception here :ROFLMAO: Happy Christmas Jon and everyone.
  15. 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...
  16. 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.
  17. 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 ;)
  18. bob fitz

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

    Sounds like an interesting project ;)
  19. 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" ??
  20. 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.
Back
Top Bottom