Hi all, need some help here, i have created 1 ribbon toggle button and i want my form's timer to detect the toggle button value(true or false) in every 30 sec. how can i do it correctly? thanks.
i am currently running a database which is more on information sharing. how do i run a code when i update my data on my PC and the other PC will also be updated automatically at the same time (they don't have to refresh their PC).
can anyone help?
thanks.
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...
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.