Share via

wait for post processing

Anonymous
2013-07-08T03:00:38+00:00

Not able to find much of an information on this.

What does "Wait for post processing" do or could be used for  - in the form data property?

Thanks

HNIM2010

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

5 answers

Sort by: Most helpful
  1. Anonymous
    2016-10-20T17:10:11+00:00

    Yes, it is hard to find info.

    The setting applies when you have a linked table to SharePoint. In “most” cases this suggests a web published 2010 Application to SharePoint, but not always!

    In Access 2010 you can publish the application as web based. This web publishing feature allows even standard VBA forms to be moved up to SharePoint. So these VBA forms publish to the SharePoint site, thus have VBA code, but ONLY on client computers with desktop Access (full or runtime) installed.

    The key concept here is the table(s) used for that form can have data macros attached at the table level – and these tables and that data macro code run on SharePoint – not the client side.

    Thus when updating data in a form, that “act” can cause a data macro to run on the server side (aka SharePoint). Such data macros are often slow to respond. So this option defaults to no, and it would allow you to go back to work while the data macro on SharePoint runs. However, if that data macro is totalling up some Invoice amount that you NEED in your code or form, then you don’t want to proceed until such time that code is finished. So you would set the option = yes to “wait” until that processing is done.

    So the setting ONLY applies to SharePoint tables being used with Access. So the setting in most cases in the context of a published Access 2010 application, but also applies to non-web based and non-published Access applications that are using SharePoint tables.

    I suppose the option should have been named “Wait for SharePoint processing”.

    Regards,

    Albert D. Kallal (Access MVP)

    Edmonton, Alberta Canada

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments
  2. ScottGem 68,830 Reputation points Volunteer Moderator
    2016-10-20T17:47:34+00:00

    I suppose the option should have been named “Wait for SharePoint processing”. 

    Yeah but if they did that, people would be waiting forever (badda-bing) ;)

    Was this answer helpful?

    0 comments No comments
  3. ScottGem 68,830 Reputation points Volunteer Moderator
    2016-10-20T11:45:55+00:00

    Was this answer helpful?

    0 comments No comments
  4. Anonymous
    2013-07-08T03:26:33+00:00

    Not trying to accomplish anything. It took me a long time to know that you can right click on the table in design mode to create a unique index by combining a few fields I have saved myself lot of agony!

    I never found that information anywhere until someone posted it as BTW.!

    Ever since then I just want to be sure that there is not easy way to accomplish certain things that I am missing!!

    I just don't know what this Wait for  Post Processing does and that whether it is of any use to me! I tried to look up on it with not much of success. Whatever I come up with takes to Windows 8 and other things.

    Thanks

    HNIM2010

    Was this answer helpful?

    0 comments No comments
  5. Tom van Stiphout 40,211 Reputation points MVP Volunteer Moderator
    2013-07-08T03:10:18+00:00

    Fair point, and the help file is eh, less than helpful.

    What are you trying to accomplish?

    Was this answer helpful?

    0 comments No comments