D
Dou
After I entered a new record in a subform, How to automatically create this
record duplicate to next row as new record?
Thanks
record duplicate to next row as new record?
Thanks
Dou said:After I entered a new record in a subform, How to automatically create this
record duplicate to next row as new record?
Thanks
I have a similar problems but with forms. I have two tables linked to
each other.I have set main form with two subforms within it. Subforms
is the same from for dependent table, one in tabular forms and another
is in justified view. I want to figure out how to make possible for
records entered in tabular view to be viewed in justified view without
restarting forms. Thanks.
Thank you very much for the help. I actually did this in properties for
the whole subform and it worked.
Thanks again
Dou said:I try to use these code, but can't use in a subform, Why?
Can you help me? thanks.
Dou said:Yes, I put the CarryOver code in a normal module. but I call it using
Call CarryOver(Me) in a subform's BeforeInsert event, it doesn't work, I
don't know why?
I change the Me to the subform name, it still doesn't work.
Dou said:I try the code, it works in a main form, but doesn't work in a subform.
I call this function:
Call AutoFillNewRecord([Forms]![OrderAdd]![OrderAddSubform].Form)