jemartin80
New member
- Local time
- Today, 12:20
- Joined
- Jan 8, 2009
- Messages
- 7
The issue I am having seems like it should be simple, but they often do and seldom are. When I load a datasheet form I want to update one field (CompTime) for each record with a different value (sTotalTime). I am using the Load event for the form to run a code that is meant to generate the correct value for each record and store set sTotalTime to that value. Then it executes
CompTime.value = sTotalTime
This is, of course, updating the CompTime field for every record in the form. How can I proceed.
CompTime.value = sTotalTime
This is, of course, updating the CompTime field for every record in the form. How can I proceed.