Request

The Request property returns or sets the path to the ASP page (if executed against a Windows server) that is then appended to the URL that is used for connecting.

Group:  Web Object

Syntax:  oWeb.Request = sValue

Alternate:  sValue = oWeb.Request

sValue        (String) part of the URL that is the path to the ASP page

Example:

Dim oWeb As Web

Dim sRequest As String

oWeb.Request = "/data/DoWork.asp?num=100620?MySQLTable"

sRequest = oWeb.Request