Hi,
We have 3 Win3K servers, one of the servers is performing VERY slowly when data is transfered from one of the other servers, however data being written to it from a client, works great.
IE: 3 servers: s1, s2, s3
Data Transfer from:
S1 - S3 > FAST
S1 - S2 > SLOW
S3 - S2 > SLOW
S2 - S1 >...
Have a nubbie question for ya'll. I have created a small database in Access 2000 that is running an expression with-in a query, runs great on my pc but I get the following error any time I try to run it on a different pc, it to is running Access 2000:
Function is not avalible in expressions in...
...loaded."
When I try to open the form by it's self it opens as a module, showing all of the forms properites, like this:
Type=Exe
Reference=*\G{00025E01-0000-0000-C000-000000000046}#5.0#0#C:\Program Files\Common Files\Microsoft Shared\DAO\dao360.dll#Microsoft DAO 3.6 Object Library...
I am trying to use a variable to define a field using DAO, for example:
Dim dbs As Database
Dim rst As DAO.Recordset
Dim Location as String, PartStr as String
Dim RecParts as Integer
Location = Combo1.Value
PartStr = Combo45.Value
Set dbs = CurrentDb
Set rst = dbs.OpenRecordset("SELECT...
Can somebody explain to me why I can never get DAO or ADO techniques to work. For example, I want to update a record using DAO, heres an example of what I did:
Dim dbs As Database
Dim rst As dao.Recordset
Dim sSelect As String
Set dbs = CurrentDb
Set rst = rs.openrecordset("select...
Is it possible to use a Variable at the beginning of a Dlookup statement? For instance:
Dim Location as Variant
Dim PartStr as Variant
Dim CurrentQtyStr as String
Location=Combo26.Value
PartStr=Text11.Value
CurrentQtyStr = DLookup(["'& Location &'"], "dbo_Inv Master"...
Thanks Nic, It seems I'm going to have to create a Modual after all, just would have been much simpler to use a query.
Mac, 'go' has nothing to do with what im trying to accomplish. As I stated above its a utiltiy used by some sql analyzers. So, it's not reconized by Jet or SQL Server only the...
Mac & Nic,
Thanks for the replies. The 'go' keyword is not a transact-sql statment. It is simply a utility/command used by osql, isql and the query analyzer. So in other words doesnt even apply to what it is i'm trying todo.
If anyone knows how to create a mulitple SELECT query in access...
Hello all, need some help...
In Access 2K I'm trying to run mulitple SELECT queries, for instance I want to run the following:
select count(*) as OOB11
from [OOB Station1] where [Line]='1' and [Shift]='1'
go
select count(*) as OOB2
from [OOB Staion2] where [Line='2' and [Shift]='1'
It works...
Thanks JJ, the reason I would like to use an SQL statement is because the table is in constant use, if I do it the way you suggested there would be some down time that the company just hates, or I would have to come in on a weekend to do it, witch I my have to do. But thanks for the suggestion...
SQL God's...I need your help.
I want to delete duplicate records out of one of my tables, but not all of them. For instance if I have 3 records that contain the same [S/N] I want to delete all but one of thoses records.
Any thoughts?
Thanks
Dodge
Hi,
Here's another brainbuster form an anoying newbie ;)
How do I run a query and have it store the value in a variable?
For instance:
LocationStr = "SELECT [Location] FROM [dbo.Users] WHERE [Badge#] = '" & UserHolder & "'"
Well I want LocationStr to remember the value...
I'm trying to import some data, simple enough right? Well maybe for some of you.
I exported some of the columns to Excel. They were updated and now need to be imported. The problem is that I can't/don't want any duplicates and can't delete and update because I only exported some of the columns...
Ok, I must be doing something really stupid here and need some help. I'm trying to change a forms RecordSource to match a Reports RecodSource. Basically what I've done is created a print/export routine based off certain critera selected by the user. So, if they want to print a certain report by...
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.