T
tbl
How would I word some code in a subform's OnCurrent Event
such that if the main form is on a new record, then...
I've been trying "If Me.Parent.NewRecord = True then ...
but it doesn't seem to be working. It compiles ok, and
doesn't throw an error when it runs, but it doesn't appear
to be working when I open the forms.
such that if the main form is on a new record, then...
I've been trying "If Me.Parent.NewRecord = True then ...
but it doesn't seem to be working. It compiles ok, and
doesn't throw an error when it runs, but it doesn't appear
to be working when I open the forms.