Hello, whilst working with the newly updated SQL Input Wizard, I came across a problem, and an annoyance. This time, I have a patch in the form of a (Unified) diff. This diff contains two changes: o Old syntax replaced with new syntax o Changed the way the fields are named. Specifically, on the second change, I modified it so that instead of "TableName.Field" the variables are "TableName_Field". Th ereason being that if you use this as a starting point for more complicarted forms, you will find yourself rewriting them. For example: If you can't do this in your db code: <dtml-if "TableName.Field==12"> ... </dtml-if> As it will return a Name error on "TableName". There are other issues too, involving setting REQUEST variables, but they are all resolved by the "TableName_Field" format ... AFAIK. Bill Anderson -- In flying I have learned that carelessness and overconfidence are usually far more dangerous than deliberately accepted risks. -- Wilbur Wright in a letter to his father, September 1900