Search results

  1. C

    ROWNUM, How to get it?

    Hi, ;) I'd like to specific "row number" to show in query such as we have full result record of query is 100. I knew how to use fuction SELECT TOP for first n row from top. But I need to select among of them such as row 21st thru 40th from all 100 records list. :o In Oracle, they have...
  2. C

    Set Report's sorting and Grouping in VB

    I had easier way to sorting report by coding I have an simple way to sorting report by VBA script without more complicated much. Its my adaptation this case to the same purpose which got guide line from RuralGuy. Thanks RuralGuy. When you just want to sorting only one field in your report...
  3. C

    How to Import Objects by command script?

    I look for the way to command by script to import objects into MS Access file. Because I have routine tasks to import many objects by several time such as import Queries, Forms, Reports and Macros. Furthermore, almost objects need to replace the existing objects but when imported the new...
Back
Top Bottom