Search results

  1. C

    Multiple member List

    You might need a field to allow for annulled marriages 😀
  2. C

    Solved Email current record for form

    there is a display when property for controls So you can set to screen only (and use the can grow/shrink properties if required, they only work when printing the form) and of course you might have a control you want to show when printing, but not on the screen All depends on how your form...
  3. C

    Table view problem

    Be aware that won’t always remove corruption - depends on the nature of the corruption
  4. C

    Microsoft Access: Edge Browser Control is finally here :)

    I’ve used the old web control to do something simple - display images from a windows folder, then using code to drag them on to the main form. However couldn’t get it to work with the new web browser control
  5. C

    Microsoft Access: Edge Browser Control is finally here :)

    Think the posts you are referring to were deleted by the poster, either because they were in the wrong thread or they decided to post something different. Not weird
  6. C

    Code Repository Essentials

    To add to Colin’s comments- once you have created your post, report it to bring to the attention of moderators. They will then review and approve as appropriate. This is to prevent to posting of inappropriate or rubbish examples
  7. C

    How to give a fancied DBA read only version of the tables.

    If it is actually a query you are giving access to, you could set the type to snapshot
  8. C

    Blinding Glimpse of the Obvious

    UK get all three, but rarely as destructive as in the US. Last destructive hurricane was earlier this year. I experienced an earthquake a few years back
  9. C

    Multiple Sub Reports on main report

    you can on forms- I use it for different filters on the same table
  10. C

    Automation Error

    Suggest step through the code to determine which line triggers the issue - perhaps this one?
  11. C

    Updating from Access 2013 to 365?

    Yes you can get a runtime for 365 access but a full version is included in most versions of office Ensure you install the 32bit version as 64bit is now the default If you decide to install 64 bit ensure you have a full version for development purposes - you will need to make some changes to...
  12. C

    Help with formatting decimal places in calculated query field

    the format function provides a text result - use the round function 48: round(((36/48)*(([Yards]*36)*[Inches])/1296)) and 48 is a dreadful name for a field - it will get you into trouble
  13. C

    AWF Slowing Down

    the AI answer is only as good as the question asked.
  14. C

    Solved Why an overflow?

    You could try setting i1 and i2 as variant
  15. C

    Solved Why an overflow?

    Multiply an integer by an integer results in an integer value
  16. C

    Solved Dmax problems

    Try Dmax("TransDate","tblTrans") Yo don’t need a criteria
  17. C

    AWF Slowing Down

    So why not name them? No To recover his costs
  18. C

    AWF Slowing Down

    I can think of one, and that had nothing to do with the popularity (or otherwise) of Access. How many do you know? Most of your posts are on the water cooler, very few on technical issues. So suspect you need a different forum. But at least here you can be a big fish in a small pond. Yes the...
  19. C

    AWF Slowing Down

    I go to sites that have that in depth knowledge of the subject with members who have strong and relevant experience. Most of the time I'm looking for expertise rather than opinions. If I have a watch to be repaired, I take it to a watchmaker, not the local supermarket.
  20. C

    AWF Slowing Down

    so become a jack of all trades and master of none?
Back
Top Bottom