I was able in the VB code, to get parameters to store from a form and so now I have a nice SQL statement that works in SQL query analyzer. I’d like to turn this into a view, so I can call it from a stored procedure, but I can’t figure out how to do it. Here’s my code:
Me.ServerFilter = “(BIGChecks.bg_CHK_NO)>='” & Me.chksdate & “‘ And (BIGChecks.bg_CHK_NO)=’00046780’ And (BIGChecks.bg_CHK_NO)<='00046782';
So is there a way to turn this strsql into a view?