I have a form and a subform, the subform has a couple of fields.
One of the fields in the subform is a combobox. The combobox
is called cboletter.....The combobox has A,B,C,D,E,F,G,H,I
When a new record is started in the main form I need the
subform to start 5 records A,B,C,H,I
How do I code the above and where do I place the code in
the form or subform?
Now a part two question, how can I insert a record D later
and put the D between C and H....how can I using a button code
up the button to move the records down one.
My data is not letters so I can not do it by sorting, I used letters
here to make it easier to see what I am trying to do.
thanks in Advance
One of the fields in the subform is a combobox. The combobox
is called cboletter.....The combobox has A,B,C,D,E,F,G,H,I
When a new record is started in the main form I need the
subform to start 5 records A,B,C,H,I
How do I code the above and where do I place the code in
the form or subform?
Now a part two question, how can I insert a record D later
and put the D between C and H....how can I using a button code
up the button to move the records down one.
My data is not letters so I can not do it by sorting, I used letters
here to make it easier to see what I am trying to do.
thanks in Advance