Quick question
I know that in excel u can use VB script to export custom html documents.
Is this possible in Access and would the VB be basically the same?
Ex.
I am just starting with access so I dont have any databases to test this on and its for a future project anyway.
-Thanks!
I know that in excel u can use VB script to export custom html documents.
Is this possible in Access and would the VB be basically the same?
Ex.
Code:
Open PageName For Output As #1
Print #1, "<html>"
Close #1
I am just starting with access so I dont have any databases to test this on and its for a future project anyway.
-Thanks!
