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.
In the 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...
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.