Sniper-BoOyA-
Registered User.
- Local time
- Today, 11:35
- Joined
- Jun 15, 2010
- Messages
- 204
Good Afternoon,
I am working on a logging function (to log changes made using forms). I got it almost figured out.
There's just one thing that i cant seem to figure out though. I am trying to log the value of a field, on the form that is active at that time.
Ive been playing with the following:
Dim FieldValue As String
...
....
FieldValue = Forms!ActiveForm!Fieldname.value
..
..
(Add string to table)
rs!Field = FieldValue
But i cant seem to work this one out....
Any ideas?
Ps. I am currently at home so i do not have the full code. I will post the full code of the Log-function as soon as i arrive at work.
Thanks!
I am working on a logging function (to log changes made using forms). I got it almost figured out.
There's just one thing that i cant seem to figure out though. I am trying to log the value of a field, on the form that is active at that time.
Ive been playing with the following:
Dim FieldValue As String
...
....
FieldValue = Forms!ActiveForm!Fieldname.value
..
..
(Add string to table)
rs!Field = FieldValue
But i cant seem to work this one out....
Any ideas?
Ps. I am currently at home so i do not have the full code. I will post the full code of the Log-function as soon as i arrive at work.
Thanks!