B
bbypookins
How do I get a three digit text field to always have leading zeros? In other
words, for record one I want it to be 001 instead of just 1.
Also, I need to create a data entry log. Each time someone enters or changes
data to a record I need it logged into a table. I don't want it to overwrite
itself each time. I've created a table to store the inforamation with the
following fields: UserID; TimeStamp; DateStamp. How do I get this to work?
Also, is there a way to indicate what fields inthe form they modified? If
not, that's okay. Thanks.
words, for record one I want it to be 001 instead of just 1.
Also, I need to create a data entry log. Each time someone enters or changes
data to a record I need it logged into a table. I don't want it to overwrite
itself each time. I've created a table to store the inforamation with the
following fields: UserID; TimeStamp; DateStamp. How do I get this to work?
Also, is there a way to indicate what fields inthe form they modified? If
not, that's okay. Thanks.