G
Guest
I receive the "You can't save this record at this time..." error when closing
a form. I've narrowed the problem to one of two lines of code (I've added
the ' so my form works otherwise.)
Private Sub Form_AfterUpdate()
'[MCAUpdateBy] = Environ$("USERNAME")
'[MCAUpdateDate] = Now()
End Sub
I have read about this in other postings and been through Allan Browne's
bug-3 process. I am still getting the error. Is there anything I am
overlooking? It is worth noting that the [MCAUpdateBy] and [MCAUpdateDate]
text boxes are located within the details section of the form. I also have a
Tab Control (TabCtl24) within the details section. This Tab Control holds
all the data input fields. It is also worth mentioning that when I look at
the underlying table, the data from these two inputs is not being recorded
but all other data entry or updates are recorded. Finaly, the behaivor of
these two text boxes and labels is odd - they will not stay "behind" or
"under" the Tab Control box.
Help is appreciated.
a form. I've narrowed the problem to one of two lines of code (I've added
the ' so my form works otherwise.)
Private Sub Form_AfterUpdate()
'[MCAUpdateBy] = Environ$("USERNAME")
'[MCAUpdateDate] = Now()
End Sub
I have read about this in other postings and been through Allan Browne's
bug-3 process. I am still getting the error. Is there anything I am
overlooking? It is worth noting that the [MCAUpdateBy] and [MCAUpdateDate]
text boxes are located within the details section of the form. I also have a
Tab Control (TabCtl24) within the details section. This Tab Control holds
all the data input fields. It is also worth mentioning that when I look at
the underlying table, the data from these two inputs is not being recorded
but all other data entry or updates are recorded. Finaly, the behaivor of
these two text boxes and labels is odd - they will not stay "behind" or
"under" the Tab Control box.
Help is appreciated.