Question SetValue

Adrian82

New member
Local time
Tomorrow, 04:38
Joined
Dec 2, 2008
Messages
1
Hi there,
I have a access document used for auditing.
I have several fields where if i click on a button, it puts a "1" in the little box and also places a "2" in a [problem] field in a table to use as a reference for reports.
Eg: If there is a "2" in the problem field in the table, the required information is then provided in the reports.
Now, i have entered a new audit criteria, however, when i click on the button, the 2 appears but then if i scroll down to the next job to audit and then scroll back up, it seems the "2" is refreshing itself out of site, whereas the other audit criteria if clicked on, you can scroll through all the jobs and when you come back to it it is still there.
The button itself, when click on properties has the following in event
SetProblem
GoToControl = problem
SetValue = item [problem] expression = 2

Can anybody help. or even understand what i am trying to achieve?
Sorry have tried to explain as best as possible...
Thanks for reading.
 

Users who are viewing this thread

Back
Top Bottom