I have added a few Programming References, such as Microsoft Scripting Runtimes, to the module I am working on.
The Access app I am creating will be used on a completely seperate computer. Will these references be ported with the saved Access file, or will I need to install and reference these...
What is the best way of handling this situation in Access via VBA?
Currently I am planning on openning a recordset based on criteria that determines the unique record, check if a record exists, if it does update some data fields of the record (e.g. !field1 = field1 + 1), if it doesn't exist...
Hiya,
I'm trying to run a nested query that will extract for each date a count on certain variables. I'm hoping to get something like this:
TheYear, TheMonth, TheDay, count(Variable=whatever1), count(Variable=whatever2), etc...
Below is a much simplified version of what I'm trying to...
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.