M
Materialised
Hi All
I have been searching the net on this for the last couple of hours to no
avail.
I need to fill a datagridview control based on the values entered in 2 text
boxes.
However I cant for the life of me figure out who to do this.
Here is my SQL statement:
Dim SQLString As String
SQLString = "SELECT Cutter_Num, [Size_ Across], [Size_ Back], Perf FROM
CUTTERS WHERE ([([Size_ Across] < '" & (Val(txtWidth.Text) -
Val(txtTolerance.Text)) & "'"
I don't think I am able to use the VS.net 2005 Query builder to do this. So
could anyone point me in the right direction for what I hope to achieve?
Regards
I have been searching the net on this for the last couple of hours to no
avail.
I need to fill a datagridview control based on the values entered in 2 text
boxes.
However I cant for the life of me figure out who to do this.
Here is my SQL statement:
Dim SQLString As String
SQLString = "SELECT Cutter_Num, [Size_ Across], [Size_ Back], Perf FROM
CUTTERS WHERE ([([Size_ Across] < '" & (Val(txtWidth.Text) -
Val(txtTolerance.Text)) & "'"
I don't think I am able to use the VS.net 2005 Query builder to do this. So
could anyone point me in the right direction for what I hope to achieve?
Regards