Hi
I'm trying to cause a field on a subform to update when data is entered in a field on the main form, but because one is on a subform and the other is on the main form,
Willir supplied me with this code, which is working in all respects except that I cannot run it from the main form, only the subform:
If Nz(Combo8, 0) = 0 Then
Combo8 = DLookup("[NewENum]", "qryWhereNow")
What would I put in the place of (or preceeding) "Combo8" in order to have it correctly reference the proper subform field from the main form?
Thanks in advance
I'm trying to cause a field on a subform to update when data is entered in a field on the main form, but because one is on a subform and the other is on the main form,
Willir supplied me with this code, which is working in all respects except that I cannot run it from the main form, only the subform:
If Nz(Combo8, 0) = 0 Then
Combo8 = DLookup("[NewENum]", "qryWhereNow")
What would I put in the place of (or preceeding) "Combo8" in order to have it correctly reference the proper subform field from the main form?
Thanks in advance