N
Nigel Forge
I have written some VB code (not very neat) to unprotect a form and add a row
then format the fields in that row as text form fields. It works except it
only works on row 6 as I cannot find a way to determine the last row in three
tables, and when I run it the previous data in the preceding rows is deleted.
Anyone with any ideas please about how to determine the last table row then
insert below and also to protect the existing data from being deleted. (The
user would only need to use this if they run out of rows so they have already
added a few rows of data at this point).
Thanks
then format the fields in that row as text form fields. It works except it
only works on row 6 as I cannot find a way to determine the last row in three
tables, and when I run it the previous data in the preceding rows is deleted.
Anyone with any ideas please about how to determine the last table row then
insert below and also to protect the existing data from being deleted. (The
user would only need to use this if they run out of rows so they have already
added a few rows of data at this point).
Thanks