Im new a ASP and HTML but I just got this APS page to do
what I thnk you are trying to do.
There are two sections. Using textarea I created a set
width and a row limit, the formated var, str or Table cell
will wrap the width and row limit.
If not what you seek, sorry.
I've been at this a...
If Im responding correctly.
To: Ankor Yes, TBL-3 is tblRelationships, Sorry to All
for that.
To: jabrony76
Thank you for the proper inner join of the tables,
I used you example and the update was correct.
Query Analyzer is not my friend.
Does it alway say this;
"The Query Designer does not...
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.