Search results

  1. D

    Coronavirus - are we all doomed?

    @The_Doc_Man @Isaac I think I'm going too much off topic, but I will ask it. I'm sitting here thinking about your replies and try to understand what was explained. But there are too many questions that bother me. What does tyrannical government means at all? I know the meaning of the phrase...
  2. D

    Coronavirus - are we all doomed?

    @The_Doc_Man Million thanks for the detailed reply. I actually didn't know lots of what you explained about your history. It was a good read. I had to go through it three times to be sure I understand the situation. In case of your question about our knives and swords, I don't go into details...
  3. D

    Coronavirus - are we all doomed?

    We never know how and when we loose the control over ourselves. The other day I saw a clip in Instagram. A man bumped into another one, an argument started and suddenly one of them drew his weapon and fired. One was sent to a hospital the other to jail. And I'm sure one of them regrets why he...
  4. D

    Its been an eventful week

    This is meant to be business. It makes us to buy a new one if the procedure of replacing/repairing is difficult. and that's what the manufacturers are after.
  5. D

    Coronavirus - are we all doomed?

    Mostly my question was about the reason for buying a firearm. I wouldn't ask the question if the reason was something about the recent riot or something else. But @NauticalGent started with : Not sure if I would blame the COVID situation I simply didn't understand why Covid may end up to a...
  6. D

    Coronavirus - are we all doomed?

    Sorry to make you feel more unsafe, but 3 days ago China confirmed the possibility of pandemic of a new virus (A new type of Bunya Virus). 5 dead, 60 persons hospitalized during the first 3 days.
  7. D

    Coronavirus - are we all doomed?

    May I ask why?
  8. D

    Newbie

    Welcome
  9. D

    Solved VBA error 438

    @arnelgp OP's code works perfectly here. Not even one error. And the replace is done in the target file. (on Microsoft Office 365) Edit: Sorry. I run the code from Microsoft Word. Is it Word question or Access?
  10. D

    dynamic custom delete message

    There is no other way to access the parent of a parent sub form. You can explicitly use the name of the form too ( a_TimesheetFRM ). But in case you want to use the same code in different situation, I thought it may be better to use it that way. In case of making it simpler, I don't think you...
  11. D

    dynamic custom delete message

    Your problem is that you have two level of sub forms. Parent ⇒ sub form ⇒ sub form to requery the parent you should use: Forms(Parent).Controls(subform1).Controls(Subform1).Requery OR Forms("a_TimesheetFRM").Controls("a_Timesheet1FRM").Controls("a_TimesheetsOVFRM").Requery check the attached...
  12. D

    Its been an eventful week

    I used to use Acronis too. But stopped using it because windows image and restore app had an impressive improvement. Any specific reasons why you're not using windows' image system?
  13. D

    Its been an eventful week

    Just to clear it out, an image is a one time copy of the hard disk. And it’s different with a daily backup. Of course, you can have an image with several steps, but still it’s different with a daily backup. I normally clean install OS and then create an image. Then install all applications I...
  14. D

    Its been an eventful week

    Why don’t you have an image?
  15. D

    SQL Driver for MS Access

    From Microsoft if you don't know: The SQL Server Native Client (SQLNCLI) remains deprecated and it is not recommended to use it for new development work. Instead, use the new Microsoft OLE DB Driver for SQL Server (MSOLEDBSQL) which will be updated with the most recent server features...
  16. D

    Reviewing previous posts

    @jdraw I'm sure you know it. Just in case you don't: At the left side of tools, click Settings and select advanced search. There are a bunch of other details you can set for each search.
  17. D

    Centralizing Code for Form Buttons in a Module

    I'm a member of a lot of forums. Mostly CAD/CAM and engineering ones. The only forum that reacts against cross posting is Access forums. (AWF and UtterAccess) In other forums, even links to other sites is not welcomed. Because it may direct the traffic to other sites. So giving a thank you...
  18. D

    Reviewing previous posts

    Does it help? You can change the date if needed. https://www.google.com/search?q=gasman+site%3Awww.access-programmers.co.uk%2F&newwindow=1&hl=en&sxsrf=ALeKk00m2I-5gLLh8s4O1HkoHobZ39Xvuw%3A1596242888080&source=lnt&tbs=cdr%3A1%2Ccd_min%3A9%2F21%2F2011%2Ccd_max%3A12%2F21%2F2011&tbm= Edit : seems...
  19. D

    What's your best/worst joke?

    There's a 3 minutes version of this clip on tweeter and youtube. You won't believe what you hear. There's a lady who proves God will punish you if you wear mask. Another one proves mask will kill you. https://youtu.be/C0bdoUnu25c
Back
Top Bottom