A
Allan
I am trying to do a simple insert and must be missing something.
Page 1 = Form.htm
Page 2 = Insert.asp
On Form.htm I have two fields:
FirstName
LastName
On Insert.asp I want to use the DRW to create an insert query as:
INSERT INTO Shpmt (FirstName, LastName)
VALUES ('::FirstName::' ,'::LastName::')
However I keep getting the following:
Custom Query Contains Errors
Help please.
This seems so simple.
Page 1 = Form.htm
Page 2 = Insert.asp
On Form.htm I have two fields:
FirstName
LastName
On Insert.asp I want to use the DRW to create an insert query as:
INSERT INTO Shpmt (FirstName, LastName)
VALUES ('::FirstName::' ,'::LastName::')
However I keep getting the following:
Custom Query Contains Errors
Help please.
This seems so simple.