streborr
IS-IT--Management
- Jan 16, 2002
- 98
When I try to write a new record to the database, 4 of the 5 fields are being written to one field in the db!
The "Username" field is being filled with Username, Topic, Email and Suggestions, the "When:filed is being filled correctly
Here's the line:
Set oRS = oConn.Execute("INSERT INTO Suggestions (Username, Topic, Email, Suggestion, When) VALUES ('" & Username & "', '" & Topic & "', '" & Email & "', '" & Suggestion & "', '" & Now() & "')"
Where am I screwing up?
Thanks
"Without deviation, progress is not possible."
Frank Zappa
The "Username" field is being filled with Username, Topic, Email and Suggestions, the "When:filed is being filled correctly
Here's the line:
Set oRS = oConn.Execute("INSERT INTO Suggestions (Username, Topic, Email, Suggestion, When) VALUES ('" & Username & "', '" & Topic & "', '" & Email & "', '" & Suggestion & "', '" & Now() & "')"
Where am I screwing up?
Thanks
"Without deviation, progress is not possible."
Frank Zappa