Hey ChrisPadgham,
Thanks for the input. Looks good. It is a multiuser environment. How could I accomplish doing a save of the record immediately after. Also where would you put the following code:
Would you just put it behind the form or the control?
Thanks for the input. Looks good. It is a multiuser environment. How could I accomplish doing a save of the record immediately after. Also where would you put the following code:
Code:
Me.ID = DMax("[ID]","dbo_problems") + 1
Comment