K
Keith G Hicks
I have a dot file that contains a table. I need to populate that table via
VBA from MS Access. I've done this sort of things many times but what I need
to do here appears to be different than what I'm used to.
There is a header row in the table. Then I have 1 detail row below that. I
presently have bookmarks in each cell of that row. The problem is that the
code I'm writing will need to add sevearl more detail rows the number of
which can vary from customer to customer.
The first question is how can I "append" a new row in code so that the new
row goes to the end instead of "inserting" it above the current row?
The second question is what is the best way to get the data into the other
rows since I can only have one set of bookmarks for the first row? Should I
abandon bookmarks altogether and just use "TAB" in code to get to where I
need to be on the form before posting the data to it?
Thank you,
Keith
VBA from MS Access. I've done this sort of things many times but what I need
to do here appears to be different than what I'm used to.
There is a header row in the table. Then I have 1 detail row below that. I
presently have bookmarks in each cell of that row. The problem is that the
code I'm writing will need to add sevearl more detail rows the number of
which can vary from customer to customer.
The first question is how can I "append" a new row in code so that the new
row goes to the end instead of "inserting" it above the current row?
The second question is what is the best way to get the data into the other
rows since I can only have one set of bookmarks for the first row? Should I
abandon bookmarks altogether and just use "TAB" in code to get to where I
need to be on the form before posting the data to it?
Thank you,
Keith