doraemon18
MIS
how do i create a view wherein the criteria will be coming from my form's textbox?
anyone?
thanx in advance
anyone?
thanx in advance
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
SELECT *
FROM sales
WHERE stor_id = @iStore
oComm.Parameters.Refresh
oComm.Parameters("@iStore") = txtStoreID
Set oRS = oComm.Execute