Search results

  1. D

    Data Entry in continous form

    Hi All, I have a continous form that is populated from a query. The header has data entry text box for NCR#. I want to run a update query to have the header update each record found in the query. I've tried a number of things and the closet thing I've got is the header entry updating every...
  2. D

    Summary Query

    Hi All, No one seems to be able to answer my question. Please Help :banghead: I have a query run that gives me a list of records that I view on a continuos form. What I want is to press a button and run a macro/Append Query to add a Single Summary record to another table. For example my...
  3. D

    Cycle through query records and append to a table

    Hi All, New to Access could have done this in excel in a heartbeat. :banghead: Looking to perform a query then cycle through each record and spit out each serial number into another table in a single record. Please Help Sub SN() Dim Form As Form_NCR Dim QueryLR, NCRLR, NextSN As Integer...
Back
Top Bottom