Im very new on Sql server.
Here are two examples that seem to both work but Im not to sure.
Could someone evaluate these statements for me.
I would be very appreciative for the help.
Example1. this seems to update correctly
Update TBL-1
Set TBL-1.txtName = TBL-2.txtName
From TBL-2 INNER JOIN...
This works in VB MSACCESS But I can not seem to correctly
convert to SQL 2000.
UPDATE tblCmsA
INNER JOIN tblCmsB ON tblCmsA.ACNo = tblCmsB.ACNo
SET tblCmsA.ACNo = tblCmsB.ACNo], tblCmsA.BCNo = tblCmsB.BCNo, tblCmsB.flag = '1', tblCmsA.Flag = 1;"
Is it possible to select a saved report from
Containers.Reports.documents
Using the following I can list the entire contents
in a form list box, but there are only seven reports I want to list.
Private Sub Form_Load()
Dim MyRep As Document, Mydb As Database
Set Mydb = CurrentDb...
Is it possible to select a saved report from
Containers.Reports.documents
Using the following I can list the entire contence
in a form list box, but there are only seven reports I want to list.
I have tried veriations of If and For each with Like
"*.XXX", but I always recieve;"expression not...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.