Progress through Form Buttons

PsychoMal

New member
Local time
Today, 00:33
Joined
Sep 27, 2018
Messages
1
Quick question -

I have a form that I use to house a series of macros (ran by clicking buttons) that are steps in a process. There are a lot of different functions behind each macro, so all of the steps may not be completed in the same day or necessarily by the same person.

Is there something simple I can create or add that will mark the progress through these steps?

Note: I know the process is somewhat archaic, but I'm neither smart enough or paid enough to change anything other than the form. :)

Any advice would be greatly appreciated. Thanks in advance!
 
Welcome to AWF

You can do one or more of the following after each step has completed
a) update text in an unbound text box
b) update a progress bar
c) update text in the status bar

There are many examples of these in this forum and online
This link shows both a progress bar and info text: http://www.mendipdatasystems.co.uk/progress-bar/4594424316

You will need to use code (macros aren't up to the task) but should be able to adapt my example or those available elsewhere
 
Last edited:

Users who are viewing this thread

Back
Top Bottom