Search results

  1. bob fitz

    Percentage Change in Value

    Perhaps something like: =([Current_Price]-[Net_Share_Cost])/[Net_Share_Cost] as the Record Source of the textbox called Percentage_PC If you are intending to do anything else with this db I would suggest that you Normalize it and get rid of the many "Lookup" fields that you have. Lookups...
  2. bob fitz

    Hello from Scotland

    Welcome to the forum :) It is probably best to start a new thread with whatever is troubling you if you can't find the answer in an earlier thread.
  3. bob fitz

    Hi from Australia and a long lost MS Access user

    Hi Peter. Welcome to the forum :) Before you start on the Front end it would be wise to ensure that your tables are designed and related correctly. Can you post a copy of the db or show us a picture of your relationships window.
  4. bob fitz

    Getting old forget mdb password

    Ahhh.... Just a spring chicken, like me ;) :ROFLMAO:
  5. bob fitz

    Solved Access Shortcut (right-click) Tool by Dale Fye

    Hi Colin Thanks for the suggestion. Actually, it was watching the video that made me want to find the download ;).
  6. bob fitz

    Solved Access Shortcut (right-click) Tool by Dale Fye

    Thank you, gentlemen. Clearly, I've had another "senior" moment. I thought they were downloads for 32/64 bit versions of OFFICE. Sorry to be a bother and thank you for your help and patience.
  7. bob fitz

    Solved Access Shortcut (right-click) Tool by Dale Fye

    Yes. That's the one, but I can't see a way to download it :unsure:
  8. bob fitz

    Solved Access Shortcut (right-click) Tool by Dale Fye

    Can anybody please give me a link to where I can download the Access Shortcut (right-click) Tool by Dale Fye
  9. bob fitz

    Group tables

    EDITED How do you arrive at the values you have in the "From" and "To" columns of the second diagram
  10. bob fitz

    Call a button's action from VBA

    Instead of copying the code, what happens if you Call the buttons Click event.
  11. bob fitz

    Solved Parameter Query

    Try: <CInt([How many months?])
  12. bob fitz

    Solved Parameter Query

    can you post a copy of the db with a few fictitious records to illustrate the problem
  13. bob fitz

    Solved Splitting DB

    can you post a copy of the db
  14. bob fitz

    Solved Splitting DB

    you get that when you try to create the accde file. Open any code module, click Debug and try to compile the code
  15. bob fitz

    Solved Splitting DB

    My guess would be that your code won't compile. Try to compile it and see if it shows some faults
  16. bob fitz

    Solved One Or All Data If Null

    Ebs solution works. See attached file
  17. bob fitz

    Solved Ms access DB closeing automatically

    I don't know what you can do. Have you tried to attach a video file/
  18. bob fitz

    Solved SetFocus Issue

    Have you tried creating a new db and importing the relevant form, query and table. Delete all records in the new db and then create a couple of fictitious records. Compact, zip and post the file.
  19. bob fitz

    Solved How to set up unique customer codes based on customer types

    From post #12 Can you be more specific
  20. bob fitz

    Conditional Formatting from a Table

    I would be surprised if you could apply conditional formatting to a field at the table level, after all, tables are for storing data, not for viewing.
Back
Top Bottom