T
Reaction score
0

Profile posts Latest activity Postings About

  • effectively its programming

    you take a table or query (query is best, as you can have a query sorted in the order you want)

    effectively you then write code that effectively does

    for each record
    do something
    next record

    ---------
    what you ACTUALLY do is

    open a recordset
    do
    process the current item
    move to next item
    until end of file

    search for help on recordset to find many examples
  • Loading…
  • Loading…
  • Loading…
Top Bottom