S
scubadiver
Hello,
I have an unbound text box to calculate the total hours. When the total is
greater than 36 I would like to open a new form for that record.
In the "after update" event I have the following code:
If Me.HrsSum > 36 Then DoCmd.OpenForm "Comment", , , "RecordID = " &
Me.RecordID & ""
yet nothing happens.
Cheers!
I have an unbound text box to calculate the total hours. When the total is
greater than 36 I would like to open a new form for that record.
In the "after update" event I have the following code:
If Me.HrsSum > 36 Then DoCmd.OpenForm "Comment", , , "RecordID = " &
Me.RecordID & ""
yet nothing happens.
Cheers!