There is little confusion, but much lack of knowledge. That must make me an expert

thoughts that may help:
- to manipulate object properties, such as form fields, an object with the appropriate properties must exist.
- Find the name of the correct object, and you are half way there.
- https://msdn.microsoft.com/en-us/library/ms970456.aspx is quite old, but may give you a head start with some naming conventions

as an alternative, there are programs out there that are used to write 'screen scrapers'. these pretend to be a human operator, and can 'click' on buttons, as well as enter data into fields. my last employer used these to enter numbers from a huge list into a data entry form, and record the resulting data page.

werafa