Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by GRM1T

  1. GRM1T

    Auto reply to prompts

    I am using a RUNSQL as below:- strUpdatePalletQty = "UPDATE PalletInfo " & _ "SET Qty = Qty+1 " & _ "WHERE PalletNo = [PalletNo];" DoCmd.RunSQL strUpdatePalletQty MSAccess requests an input to confirm update of one raw. The answer is...

Part and Inventory Search

Back
Top