Search results

  1. C

    Run Chart of Price Changes

    I have a table where I am storing the entire Price History (tblPriceHistory) of each product being sold. The table is very simple. Contains the following fields: ProductID, UnitPrice, BeginDate, EndDate. On one of my forms in the database, I currently have a Line Chart that displays the price...
  2. C

    Run-time Error 3012 - Object '_TempQuery_' Already Exists.

    I'm stumped on this error message. I modified this code from samples provided on another website and had things working fine. Do not recall making any changes to the code, but now it is not working. No references to Run-time Erro 3012 anywhere. Private Sub cmdExportToExcel_Click() Dim dbs...
Back
Top Bottom