R
RobUCSD via AccessMonster.com
I have a form that has a continous sub form on it. I want to disallow edits
and additions to the main form based on the timestamp value of the last
record entered in the sub form. I have code to calc the time, If DateDiff
("h", Me.fldTimeStamp, Now) >=2) Then,,,
but I don't know how to get the TimeStampvalue from the last record entered.
(the table has a field named fldTimeStamp with the default value set to Now())
..
Any help would be greatly appreciated. Thanks, Rob
and additions to the main form based on the timestamp value of the last
record entered in the sub form. I have code to calc the time, If DateDiff
("h", Me.fldTimeStamp, Now) >=2) Then,,,
but I don't know how to get the TimeStampvalue from the last record entered.
(the table has a field named fldTimeStamp with the default value set to Now())
..
Any help would be greatly appreciated. Thanks, Rob