P
Pat
I know virtually nothing about VBA, but I'm looking to automate the process
of someone publishing an HTML page through FrontPage on our company's
intranet. I have a table in a .mdb file that has two fields: "id" (primary
key) and "publicationDate."
Here's the gist of what this macro would need to do:
1.) When activated, a popup dialog comes up asking for the publicationDate.
2.) The value entered in step 1 is now used to make a new entry in the
table
3.) The id number of the previous insertion is then retrieved (using
"select @@identity" or something similar)
4.) This id number is then used as the name of the directory where this
page will be published
5.) Save/publish the page so that all associated links/images will also be
written to the appropriate location (on a network drive)
I figure that most of these steps (1-4) will be trivial, but I'm unsure if
the last step is possible. I'd appreciate any pointers/suggestions.
of someone publishing an HTML page through FrontPage on our company's
intranet. I have a table in a .mdb file that has two fields: "id" (primary
key) and "publicationDate."
Here's the gist of what this macro would need to do:
1.) When activated, a popup dialog comes up asking for the publicationDate.
2.) The value entered in step 1 is now used to make a new entry in the
table
3.) The id number of the previous insertion is then retrieved (using
"select @@identity" or something similar)
4.) This id number is then used as the name of the directory where this
page will be published
5.) Save/publish the page so that all associated links/images will also be
written to the appropriate location (on a network drive)
I figure that most of these steps (1-4) will be trivial, but I'm unsure if
the last step is possible. I'd appreciate any pointers/suggestions.