This has baffled me for months now
IE9 on Vista is missing "Use software rendering instead of GPU rendering" in Internet options > Advanced. The Accelerated Graphics group is not there.
The pc supports gpu rendering (hd3450) - and it works - and I can change the behaviour via the registry, so...
Hi all
This might be a contender for the VBScript forum, but it's Access related so thought i'd try here!
One of my colleagues has been kind enough to pass me the below code, which stops Access 2003 JET4 SP8 warning messages popping up when launching an mdb. (fantastic piece of script!)
It...
I'm in the process of building an application that will allow people to record time spent doing tasks on, and then allow us to automatically generate reports against forecast etc.
Basically, about 45 users in different locations are likely to have the db open all day, all of whom will have a...
cos you're in a 'mode' where you can create records and access creates a record ready for you so can always see a 'blank record'. Check it out in a table.
...After Update property of the each combo box, do this (example is cbo1 setting rowsource of cbo2)
Dim strSQL as string
strSQL = "SELECT tblExample.* FROM tblExample WHERE tblExample.fldExample = '" & me.cbo1.value & "'"
Me.cbo2.RowSource = strSQL
Of course, this uses multiple queries but I...
thanks pampers. i want it to launch from a command button on a form so your suggestion pointed me in the right direction:
file1 is the control name and is visible = no
With Me
.file1.Action = acOLEActivate
.file1.Verb = acOLEVerbOpen
End With
However, word doesnt open the first time you...
I have a Word document in a field in a table. I've looked around but cant find how i can open this via code, ie on click of a button.
I currently have the following which referneces from a specific path name, but ideally i'd like the Instructions file to be packaged within the db, hence my...
Golom
Thank you - Self taught so dont always know the correct terminology! Looking through my code, I dont kow why that never occured to me as of course i use SQL with ADO and DAO. Indeed, the problem I have only occurs when using the syntax
Set cnn = New ADODB.Connection
With cnn...
Thanks for the stars!
On the subject of ADO, does anyone know whether it works slower than SQL?
This may sound mad, but I've got a bit of ADO that runs to update records and then the table is queried with some SQL. Dont really want to convert the ADO to SQL but it's almost as if I need to slow...
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.