Jump To Next Cost Code in Form

  • Thread starter Thread starter swichman
  • Start date Start date
S

swichman

I tried this before but was not successful. Hopefully I can explain
the problem a little more. I have a costs form tied directly to a
costs table with several line items with unique record identifiers
(recordid) per individual cost code. The costs table has several
fields (recordid and costcode among them). I am trying to develop some
code that I can put behind a button on the form to Jump to a record
based on the next cost code found in the table (finding the next cost
code in the table and jumping to the first record listed within that
cost code).
Hope this makes sense.
Any help would be appreciated.
 
I don't really understand your issue but if you base your form on a query
rather than a table then you can control the order the records are presented
in the RecordSet.
 
Back
Top