Page 5 of 5 FirstFirst 12345
Results 61 to 63 of 63
  1. #61
    skydivetom is offline VIP
    Windows 8 Access 2010 64bit
    Join Date
    Feb 2019
    Posts
    1,038
    Vlad -- your recommendation is sound/solid. I'll tweak it to disable/enable the "Generate ... " button.



    Thank you again,
    Tom

  2. #62
    pdanes is offline Competent Performer
    Windows 10 Access 2007
    Join Date
    Sep 2019
    Posts
    208
    Vlad,

    I do decompile/compile regularly - any time I hit a snag with some odd behavior, and always before deploying to the end users. I don't know why MS doesn't put this in as a normal, supported feature - it is so necessary, and so often.

    Anyway, I use both DOS batch files and VBS script files to do it for me. Here is the batch version:
    Code:
    "C:\Program Files (x86)\Microsoft Office\Office12\MSACCESS.EXE" %1 /decompile
    You may have to change Office12 to whatever version you are using, but you simply drag and drop your .accdb file onto this batch file and it will open decompiled.

    I keep such a batch file in the same folder with every application I am working on, and usually name it something that will keep it sorted close to the application, so I don't have to scroll around looking for it. Say I'm working on XYZ.accdb, I will place a copy of this batch file in the same folder and name it XYZDecompile.bat

  3. #63
    skydivetom is offline VIP
    Windows 8 Access 2010 64bit
    Join Date
    Feb 2019
    Posts
    1,038
    Vlad:

    Good morning... I posted a new thread at the following URL:
    https://www.accessforums.net/showthr...027#post478027

    This question is very much related but is now in support of generating "data analysis" queries. That is, my AFSAS tables have a fixed # of fields that I need to populate. Depending on how the products table has been populated though, there are cases where I might be missing 2 fields (out of a total 100 fields in ILLNESS) for "Alpha" but I miss 3 fields (out of 100) for "Bravo", etc.

    The included sample data provide information on "what I have mapped" + NEW (now called EXTRA) fields but also tells me which, e.g., EXTRA fields are still missing and must be added individually to a specific source.

    I'd welcome any input you may have on the process for this data analysis purpose. Again, please check out: https://www.accessforums.net/showthr...027#post478027

    Cheers,
    Tom

Page 5 of 5 FirstFirst 12345
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Auto-generate queries via VBA
    By skydivetom in forum Programming
    Replies: 26
    Last Post: 05-24-2021, 08:56 AM
  2. Use a Query to generate auto ID
    By banpreet in forum Queries
    Replies: 2
    Last Post: 07-28-2016, 01:28 PM
  3. Auto generate records
    By RokitRod in forum Database Design
    Replies: 1
    Last Post: 10-02-2012, 10:45 AM
  4. Auto Generate Record
    By mjhopler in forum Forms
    Replies: 2
    Last Post: 02-10-2010, 03:40 PM
  5. Auto Fill-In Capability?
    By bbarrene in forum Access
    Replies: 3
    Last Post: 01-15-2010, 08:35 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums