Search results

  1. A

    Compact & Repair in access07

    In Access 03, i was using this code to compact my data. ' CommandBars("Menu Bar"). _ ' Controls("Tools"). _ ' Controls("Database utilities"). _ ' Controls("Compact and repair database..."). _ ' accDoDefaultAction but it failed in access 07, how can i compact my data in access...
  2. A

    How to set running number code?

    Khawar, It works, Thanks alot!!
  3. A

    How to set running number code?

    I have a report in continuous format, how do i add a label control to run a running number in each record? example:1,2,3,4,5,6,7,8,9,10... any one can help? thanks.
Back
Top Bottom