Hi,
I have a main form with 3 subforms in it - These subforms are based on 1 table (which i know is a horrible design idea, but this is how people at my work wanted) -
these subforms are called subreport1, subreport2, subreport3
a user will have to enter data in subreport1 AND subreport3 OR subreport2 AND subreport 3 - as of now, a new record appears when user enters data in the subreport3 AFTER entering data in the subreport1/subreport3
Now i know i could use multiple tabs in 1 subform and do like that, but i know i could bookmark the subforms right? how would I do it?
any ideas?
Also, how can I add a new record based on "on change event of the date text box", so as the user changes the date he can enter new data.
thanks!!!
I have a main form with 3 subforms in it - These subforms are based on 1 table (which i know is a horrible design idea, but this is how people at my work wanted) -
these subforms are called subreport1, subreport2, subreport3
a user will have to enter data in subreport1 AND subreport3 OR subreport2 AND subreport 3 - as of now, a new record appears when user enters data in the subreport3 AFTER entering data in the subreport1/subreport3
Now i know i could use multiple tabs in 1 subform and do like that, but i know i could bookmark the subforms right? how would I do it?
any ideas?
Also, how can I add a new record based on "on change event of the date text box", so as the user changes the date he can enter new data.
thanks!!!