I was wondering, now that my application does almost everything I want, how to …
I have a form that displays a user’s record, and a sub-form of transactions. I have a control button that I wish to have
a) set a field to a particular vaue
save the record and move to the next
I’d thought this should be easy – but clearly I’m missing something. My event procedures currently looks like this
Private Sub Remove_Click()
‘ this is waiting to happen
ReceiptAmount = 0
Forms!ReviewExceptions.Refresh
End Sub
Any help would be greatly appreciated. I certainly know more about it this week than I did last week . At this rate of progress I’ll hardly have to ask anything next week