Activity Stream

Filter
Sort By Time Show
Recent Recent Popular Popular Anytime Anytime Last 7 Days Last 7 Days Last 30 Days Last 30 Days All All Photos Photos Forum Forums
Filter by: Last 30 Days Clear All
  • June7's Avatar
    Today, 11:49 AM
    June7 replied to a thread Scraping a website in Modules
    Link in post 33.
    39 replies | 706 view(s)
  • NoellaG's Avatar
    Today, 11:18 AM
    What I'm missing here is the story what you want to achieve. Before you can start thinking about structures, you need to know how you're going to...
    4 replies | 125 view(s)
  • Euler's Avatar
    Today, 09:38 AM
    Euler replied to a thread Scraping a website in Modules
    I think you're right about doing the cost/benefit analysis in order to gain a couple of seconds of speed. I would like to pursue the FedEx API...
    39 replies | 706 view(s)
  • mike60smart's Avatar
    Today, 09:33 AM
    mike60smart replied to a thread Form auto save problem in Access
    Micron has come to the same conclusion as me. The Code needs to be deleted. Your process is you want to open a specific record using your Off...
    8 replies | 175 view(s)
  • Micron's Avatar
    Today, 09:27 AM
    Micron replied to a thread Form auto save problem in Access
    I think I understand what the issue is now but I dunno what caused the record to be deleted. I commented out your Docmd.RefreshRecords because I see...
    8 replies | 175 view(s)
  • Micron's Avatar
    Today, 08:13 AM
    Micron replied to a thread Form auto save problem in Access
    So that means if you open the offer to edit the record(s) about that offer get deleted? Or is the problem that when you use the search box (no real...
    8 replies | 175 view(s)
  • mike60smart's Avatar
    Today, 08:05 AM
    mike60smart replied to a thread Form auto save problem in Access
    The idea of a List of previous records like your "Offer Register" is to quickly open a Form to display the record selected. Please explain what it...
    8 replies | 175 view(s)
  • deepaksharma's Avatar
    Today, 07:58 AM
    deepaksharma replied to a thread Form auto save problem in Access
    this is very difficult to solve :(
    8 replies | 175 view(s)
  • Edgar's Avatar
    Yesterday, 08:53 PM
    Edgar replied to a thread Scraping a website in Modules
    You have options. 1. Stick to the built-in Internet Explorer automation. 2. Create a Fedex api key that lets you use their tracking service. Moke...
    39 replies | 706 view(s)
  • Euler's Avatar
    Yesterday, 08:08 PM
    Euler replied to a thread Scraping a website in Modules
    I don't think I can create an object with any other browser as the following line does with Internet Explorer: Set ie =...
    39 replies | 706 view(s)
  • Edgar's Avatar
    Yesterday, 07:00 PM
    Edgar replied to a thread Scraping a website in Modules
    Thanks, Colin.
    39 replies | 706 view(s)
  • June7's Avatar
    Yesterday, 06:58 PM
    June7 replied to a thread Scraping a website in Modules
    Tried again. This time left the # characters. Compiles but still crashes.
    39 replies | 706 view(s)
  • isladogs's Avatar
    Yesterday, 06:44 PM
    isladogs replied to a thread Scraping a website in Modules
    This is the correct Sleep API code: #If VBA7 Then 'A2010 or later 32 & 64-bit Private Declare PtrSafe Sub Sleep Lib "kernel32.dll" (ByVal...
    39 replies | 706 view(s)
  • moke123's Avatar
    Yesterday, 06:24 PM
    moke123 replied to a thread Scraping a website in Modules
    Have you tried any of the FedEx API's? https://developer.fedex.com/api/en-us/catalog/track.html
    39 replies | 706 view(s)
  • June7's Avatar
    Yesterday, 03:04 PM
    June7 replied to a thread Scraping a website in Modules
    Removed DoEvents If VBA7 Or Win64 Then line errors so tried each Declare. Sleep compiles but same result. Access crashes. Worse with PtrSafe. ...
    39 replies | 706 view(s)
  • Edgar's Avatar
    Yesterday, 02:08 PM
    Edgar replied to a thread Scraping a website in Modules
    Glad it works for you Euler. The slowness could be because of Internet Explorer, newer browsers are optimized for that sort of website, so they load...
    39 replies | 706 view(s)
  • Tuckejam's Avatar
    Yesterday, 02:05 PM
    Tuckejam replied to a thread Tracking the Source in Reports
    Got it! I had assumed that was something to that effect, but wanted to be sure. impossible to build anything with faulty logic. thanks
    5 replies | 146 view(s)
  • mike60smart's Avatar
    Yesterday, 12:43 PM
    mike60smart replied to a thread Tracking the Source in Reports
    Hi This Field on the Report :- Transferred: =Nz(,0) This just means if the field QuantityAdjustment in the underlying Query is Null,...
    5 replies | 146 view(s)
  • Euler's Avatar
    Yesterday, 10:35 AM
    Euler replied to a thread Scraping a website in Modules
    Yes, I found the API code and entered "PtrSafe" so it would work. Now, it works just fine, though a little slow compared to the original code. I...
    39 replies | 706 view(s)
  • CJ_London's Avatar
    Yesterday, 10:31 AM
    CJ_London replied to a thread PIVOT table in Queries
    crossposted here with answers https://www.access-programmers.co.uk/forums/threads/pivot-tables.328868/
    3 replies | 123 view(s)
  • June7's Avatar
    Yesterday, 10:03 AM
    June7 replied to a thread Scraping a website in Modules
    Glad it works for Euler, crashed Access for me. I already have Microsoft Internet Controls reference library selected. Sleep 3000 does not compile...
    39 replies | 706 view(s)
  • isladogs's Avatar
    Yesterday, 09:41 AM
    isladogs replied to a thread Scraping a website in Modules
    Did you include the Sleep API code? If you did and are using 64-bit Access, it will need updating using PtrSafe
    39 replies | 706 view(s)
  • Gicu's Avatar
    Yesterday, 09:30 AM
    Gicu replied to a thread PIVOT table in Queries
    Look up crosstab queries in Access:...
    3 replies | 123 view(s)
  • Euler's Avatar
    Yesterday, 08:57 AM
    Euler replied to a thread Scraping a website in Modules
    For some reason "Sleep 3000" doesn't compile. I will have to research that.
    39 replies | 706 view(s)
  • Euler's Avatar
    Yesterday, 08:55 AM
    Euler replied to a thread Scraping a website in Modules
    This works great, Edgar. Thanks so much for your expertise.
    39 replies | 706 view(s)
  • Euler's Avatar
    Yesterday, 08:48 AM
    Euler replied to a thread Scraping a website in Modules
    That's my question. Is there a way for VBA to capture the data in the outerHTML. I manually copied the outerHTML to Word. It's over 900 pages but...
    39 replies | 706 view(s)
  • mike60smart's Avatar
    Yesterday, 07:46 AM
    mike60smart replied to a thread PIVOT table in Queries
    Hi Welcome to the forum This is not the way to enter data in Access, this is a Spreadsheet layout Ward 1 Ward 2 Ward 3 Ward 4
    3 replies | 123 view(s)
  • Bilakos93's Avatar
    Yesterday, 07:04 AM
    Bilakos93 started a thread PIVOT table in Queries
    Hi all I've only just started getting more familiar with MS Access and SQL I have a table which contains patients details (firstname, lastname,...
    3 replies | 123 view(s)
  • isladogs's Avatar
    Yesterday, 04:40 AM
    You're welcome. If its not too late (i.e. if its not already fixed), are you able to email me with any additional info or screenshots on the error...
    3 replies | 152 view(s)
  • Tuckejam's Avatar
    Yesterday, 04:32 AM
    Tuckejam replied to a thread Tracking the Source in Reports
    Oh there are so many things I would have done differently if I was the Architect. To Start I would not have used MS Access to build an ERP system to...
    5 replies | 146 view(s)
More Activity