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 dencom on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: davbib
  • Content: Threads
  • Order by date
  1. davbib

    Can't update using docmd.runsql

    Hi I'm trying to modify a field in a table by calling a function. It runs without error, however the value I'm trying to modify is replaced with a null value rather than the value the function provided. Here is my code: Public Sub Clean() Dim Sql Sql = "Update [tablename] SET [Item] =...
  2. davbib

    Can't sort a table

    Hi All, Here is my problem...I have a bunch of code that inserts records into a temp table that I've created and I export that table for upload to an ERP system. I realized now that the data isn't sorted when it's exported to a CSV file. I either want to sort the data in the table using...

Part and Inventory Search

Back
Top