Search results

  1. vba_php

    labor shortage

    does anyone know if this is true? it sounds right to me... https://gbr.pepperdine.edu/2010/08/preparing-for-a-future-labor-shortage/ https://www.forbes.com/sites/sarahchamberlain/2019/08/21/addressing-the-skilled-labor-shortage-in-america
  2. vba_php

    Security update may break access programs

    https://www.bleepingcomputer.com/news/microsoft/microsoft-office-security-updates-may-break-vba-programs-how-to-fix/
  3. vba_php

    blocking websites using windows OS

    I'm interested in blocking content on a local machine, but now allowing the user to look up how to unblock this stuff. so for instance, if I want to block a local user, who operates their own machine, from going to this site: https://www.youtube.com/ , how exactly would I do that without...
  4. vba_php

    USB and HDMI cable - laptop to TV

    hey you guys, does it make sense to say that I could plug an external hard drive into my laptop via a USB cable, then plug another cable to the laptop that had a USB on end and an HDMI plug on the other end, then plug that other end into a TV and let AVI video files, stored on the external...
  5. vba_php

    update us Jon

    Jon, since CJ was angry: https://www.access-programmers.co.uk/forums/threads/email-notification.310418/#post-1680408 let us continue this here. did you read my last message before he deleted them all from that thread? can you give any insight on this proxy issue?
  6. vba_php

    Error with Android phones and iPhones

    Jon, I have encountered this error numerous times with an Android phone and people who have iPhones also tell me this happens on mobile devices. Have you experienced this?
  7. vba_php

    "postings" button error persists

    Jon, Do you know about this? This error has existed for quite some time. I think there are other buttons on the CP pages of users that also do this:
  8. vba_php

    using google's search algorithm effectively

    all, we need to have a thread here on how to properly use google's search algorithm to get answers. anyone else agree? I have created a page on my server for this purpose. you can view it here: http://google.adamevanovich.com/ it does not have security on it yet, but it will within 2 days...
  9. vba_php

    Allen Browne's status

    per the attached image, Allen Browne is no longer associated with Microsoft Access. Which is sad, because his stuff is so very useful =(
  10. vba_php

    this thread has been started for Richard.

    OK my elder, Now why did I start this? You tell me. It was your idea. =)
  11. vba_php

    I'm sure no one missed me....right guys?

    it seems as though my privaleges are back around here. Hmmmm....Jon never said anything to me. You probably won't see many posts from me though, although I will probably just watch. I'm sure you guys have had enough of my Christian non-sense, right? =) hey Richard, are you still around?
  12. vba_php

    Solved chrome "show home button" (setting) location in cache

    does anyone know what actual *file* this data is in? I wrote a VBS script that runs via script host that gets rid of all google's junk that it puts on the machine when transacting on the web. I got rid of everything that is problem data. here is a partial of the script: on error resume next...
  13. vba_php

    r.offset() getting LONG value when cell property is text (VBA)

    hey you guys, a little weirdness here, which I've seen so many times with VBA in excel. here is my code (partial): For Each r In Range("b2", "b4727") lng_period_loc = 0 Do Until lng_period_loc > 0 For i = Len(r) To 1 Step -1...
  14. vba_php

    can't post due to a "security error"

    Jon, I just encounter this for the first time when trying to post a response. have you ever seen this? unfortunately I can't post a screenshot because I pushed the OK button and not thinking twice about it before going through my usual process of capturing weirdness as it happens. no other...
  15. vba_php

    overthinking it....

    have you guys ever encountered anyone that was thinking too much? I just ran into an article posted by a woman who apparently got some advice from a "professional" that had a little too much time on their hands... Advice: and a common sense response: and after I got a bit of feedback...
  16. vba_php

    Tools/Resources available for easy website development

    hey you guys, I'm currently building my own website, and due to the large amount of content that has to be uploaded to it, I developed a method to use other programs to write the source code instead of doing it all manually. The types of code that are required for my site are HTML, CSS...
  17. vba_php

    Browser Tracking Knowledgebase

    Hey you guys! I am putting together a website that is going to offer a knowledgebase covering various web-based and desktop-based topics. Most of the site will be for developers and will offer free coding resources in common sense language, however one side topic is going to cover browsers...
  18. vba_php

    Solved VBA not producing correct output

    Can one of you guys help me spot my error here? I'm pretty sure I'm doing everything right, yet Excel is wrong. What am I not catching? These are my input records: this is my code routine: Function extract_file_prefix_nameand_print_new_URL() On Error Resume Next Dim filePrefixFull As...
  19. vba_php

    VBA/Access Complete OOP Architecture

    hey you guys! I finally got this finished so it's looking presentable. There's plenty of resources to explore here! This is just the VBA language. If you guys ever get involved in any other development platforms, those are even richer in terms of the amount of resources available to you...
  20. vba_php

    Solved simple CSS for multi-level horizontal top-of-page menu

    hey you guys, I do a lot of work during the day and I program in quite a few languages so doing CSS work is a little tough because i don't specialize in it. I have run into an issue where wordpress no longer works for me so I have to do mysite on my own. can you guys point me to a web...
Top Bottom