you may need to make shure the ocx files are registered on the 2000 machine I use the P&D wizard for this purpose
or your db may have an other ref missing but you should see missing in the references
P.S. can you check out my question in MS Access Other Topics
Clear / Delete Nodes
I have a treeView control which I have populated with Nodes but I can't figure out how to reinitilise it to add another set of nodes
sofar I can add nodes other code examples are welcome
ie
edit / update existing nodes
delete nodes
current node value referencing(im using the nodeclick event...
It works when installed on Win2000 with RTAccess
it falls over when opening some data forms from a cmd button
docmd.openForm "formName"
from investigation of knowlage base and intuition seams to be a regestry or missing dll problem
I have cut out all but DAO3.6 and im including that in the...
I developed an paalication with access 2000 packages it
When deployed on win 2k workstation or xp it works fine
but when deployed on win 98 there are errors
invalid page fault in module kernel32.exe
you need to create a shortcut with a command line simmila to this
"C:\Program Files\Microsoft Office\Office\Msaccess.exe" "C:\working\DatabaseDir\Dev\Program.mdb" /WRKGRP "C:\working\DatabaseDir\Dev\SecutityFile.mdw"
or on each workstation use the MS Access Workgroup Administrator found in...
I have packaged a database
but when i install to a cleen machine with just win 2000
the setup process stops and says
"Setup cannot continue because some system files are out of date on your system......."
I then continue the machine reboots and the smae problem happens again and so on
look up the tabledef colection you can step threw the collection one by one in code
or
create a table of the table names and step threw the records one by one using your tableName field as a variable in your code
In the vba editor View menu, Object Browser
you will see the objects and...
We need more information
20 data files is this 20 seporate mdb files
are they copys of each other
give us a clue to what you want to do to the 20 data files
or is it the structure you wish to change
Thought about querys
i have time sheets and for one given week i can get a total hrs per week for each employee
then i need to extract 17 weeks from a supplied date for each employee
but if an employee was off sick or did not work then for a week i need 17+1 week and so on dynamicly
if this...
this is probably got some thing to do with Dlls
In access you can attach references to a dll
I asume VB has a simila feacher
try including a file DAO3.x
look up the exact filename in the references in access
I whish to build a data structure containing an aray of records
then display this data in a report
the data will contain multipul records of
employeeName
Week1
Week2
Week3
AvrageOfWeeks
I would rather not create temp tables or fill a table as Its for a multiuser database and i don't wish 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.