That is great except, the connectionstring command did not work. I changed it to .open instead and it does. However, if I want to pass more than one value from the form, I thought I would do it like this:
insertQuote( strQuoteDate as Date, strQuoteNumber as String)
However, I get anerror saying:
Compile Error

Expected: List seperator or )

How do I get around this?