I am not a programmer!
I need to be able to update a field and have it change +1 in that field on a form by dbclick
Also same form by dbclick diff field update to the current date
Could this be done and how
Thanks Greg
For the first question, go to the field's double click event in the property window. Hit the elispe button (the one with three dots ...) and choose Event Procedure. When the module comes up type
FieldName = FieldName + 1
(I assume this is a numeric field)
For your second question, you would follow the same steps and when the module comes up type
FieldName = Date()
Hope this helps.
B-) ljprodev@yahoo.com
ProDev
MS Access Applications
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.