Hi, I'm not too familiar with ADO and I keep getting error messages trying to do this how I think it will work.
I have a control on a form (frmMain) that runs some automation before opening another form (frmAssign). However, if the frmAssign is already open, I don't want to run the automation...
This may be basic, but a vendor who holds some of our data on a dedicated server at their location just gave me update access to a SQL Server table.
From my Access 2000 environment, how do I access the data?
ADODB.Connection? What is the syntax to include the user name and password?
Thanks,
Marty
Hey there
I'm trying to compare data between recordsets. What I want is take the value of one field in rst1 (rst1!flag = A) and look up the value in rst2 in the field of that name (rst2!A = ?). What is the syntax for doing that?
Dim fldname
Set fldname = rst1!flag
If rst1!subflag =...
I'm not sure where to begin. I need to synchronize two data tables. Table1 is the one I work with for queries, reports, automation. Table2 is the official data source which is updated weekly. The two are nearly identical except I added a primary key to Table1. I can't modify Table2 and it...
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.