Recent content by aksanfor

  1. A

    Query on Form Returns Multiple Records

    Thank you, Paul. That fixed it.
  2. A

    Query on Form Returns Multiple Records

    Here is the SQL: INSERT INTO TblStatementDetail ( [Deposit#], Lease_Name, Gross_Production, Price, Withholding, Royalty ) SELECT [Forms]![FrmStatementDetail]![Deposit#] AS Expr2, [Forms]![FrmStatementDetail]![Name] AS Expr3, [Forms]![FrmStatementDetail]![Gross_Production] AS Expr1...
  3. A

    Query on Form Returns Multiple Records

    I have a simple imput form with unbound controls. I have created a query to pull the values from this form and append them to a table. Here is the problem. Each time I run the query, it shows double the records than the previous time. For example, the first time I run the query, it will pull...
Top Bottom