Dear All,
I am trying to "access" three specific tables and some queries in VBA but do not have any clue what code to use. Can someone please share some samples?
The general idea is to fill a database with three tables:
+ Activities: description, date, project, comments
+ Issues: description, date, project, solved?, date solved, solution, comments
+ Network: name person, business unit, experience, phone number
and to write the contents, based on queries or directly from the tables, to a valid txt/html file.
1. How do I access tables or queries, and specific elements in them in VBA?
2. How to write the contents to a file (examples of file writing operations?)
Many thanks.
Best regards,
Marcel
I am trying to "access" three specific tables and some queries in VBA but do not have any clue what code to use. Can someone please share some samples?
The general idea is to fill a database with three tables:
+ Activities: description, date, project, comments
+ Issues: description, date, project, solved?, date solved, solution, comments
+ Network: name person, business unit, experience, phone number
and to write the contents, based on queries or directly from the tables, to a valid txt/html file.
1. How do I access tables or queries, and specific elements in them in VBA?
2. How to write the contents to a file (examples of file writing operations?)
Many thanks.
Best regards,
Marcel