There’s something in the attached mdb that I think should obviously work but doesn’t: when a text box AfterUpdate event fires, shouldn’t the data inputted in the text box already be saved in the relevant table?
On the startup form, please select 25th October 2009, then, for the bottom row where Ora=24, input 1000 in the Testo179 text box(that’s the seventh column in the subform, say Yes to the dialog box that pops up).
Why, in Private Sub Testo179_AfterUpdate(), does
a = DCount(“*”, “previsioni”, “Giorno=#” & Format([GIORNO], “mm/dd/yyyy”) & “# ” & _
“and [g2car] is null”)
give you a=1 while it should be a=0?
-
Updating a Text Box Underlying Field
- This topic has 2 replies, 2 voices, and was last updated 15 years, 6 months ago.
AuthorViewing 0 reply threadsAuthorViewing 0 reply threads