If it's not finding Date(), then it's definitely missing a VBA library. It has nothing to do with the fact that it's the Date function. Did you do a compile, save, and compact on the app in full 2003 before you sent it to the VM?
John Viescas, author
John Viescas, author
Effective SQL
SQL Queries for Mere Mortals
Microsoft Office Access 2010 Inside Out
Microsoft Office Access 2007 Inside Out
Building Access Applications
On Sep 14, 2017, at 00:54, sarahk@schemesoftware.com [MS_Access_Professionals] <MS_Access_Professionals@yahoogroups.com> wrote:
It will be difficult/impossible to open it with a full version in the VM.
I tried running it in 2003 which is the version it was compiled in. I got the same results.
I think it might have something to do with dates. Text Boxes on forms that have default value 'Date()' , are not being populated in the virtual machine. they show error '#name?'.
Sarah
---In MS_Access_Professionals@yahoogroups.com, <JohnV@...> wrote :
---In MS_Access_Professionals@yahoogroups.com, <JohnV@...> wrote :
Sarah-
When Access can't find a common VBA function like Format, it means you're missing one of the required libraries on the target machine. That's kinda hard to fix if all you have is runtime on the server. Basically, you need to be able to open the database on the target machine in a full version, then open the VB Editor and look at Tools / References. If you could do that, you would probably see one of the libraries marked as "missing", and then you could take steps to fix it by finding an appropriate replacement library in the list and doing a compile and save.
In general, you should never try to run a database built and compiled with one version of Access on another version. Access does try to find and "upgrade" the library references, but it doesn't always succeed. And in the process, it marks the project as not compiled, which will slow things down.
Do you have a way to open the database on the server with a full version of Access?
John Viescas, Author
Effective SQL
SQL Queries for Mere Mortals
Microsoft Access 2010 Inside Out
Microsoft Access 2007 Inside Out
Microsoft Access 2003 Inside Out
Building Microsoft Access Applications
(Paris, France)
On Sep 13, 2017, at 11:42 PM, sarahk@... [MS_Access_Professionals] <MS_Access_Professionals@yahoogroups.com> wrote:
"ar yearly1 b" is as follows:
SELECT [ar yearly1].*, [ar yearly1 a].rt, [ar yearly1 a].ow
FROM [ar yearly1] LEFT JOIN [ar yearly1 a] ON ([ar yearly1].private1 = [ar yearly1 a].private1) AND ([ar yearly1].month = [ar yearly1 a].month) AND ([ar yearly1].insrcd = [ar yearly1 a].insrcd) AND ([ar yearly1].transp = [ar yearly1 a].transp)
ORDER BY [ar yearly1].emonth, [ar yearly1].private1, [ar yearly1].insrcd, [ar yearly1].transp;
"ar yearly1" is another query, based on another query etc.
Dont know if it makes sense to post all of the queries.
I googled and found suggestions: missing libraries, unicode language, etc.
I checked it all and found no problem.
Found some references to security issues, so I ran the following:
reg delete hkcr\typelib\{831FDD16-0C5C-11D2-A9FC-0000F8754DA1}\2.0 /f
if exist %systemroot%\SysWOW64\cscript.exe goto 64
%systemroot%\system32\regsvr32 /u mscomctl.ocx
%systemroot%\system32\regsvr32 mscomctl.ocx
exit
:64
%systemroot%\sysWOW64\regsvr32 /u mscomctl.ocx
%systemroot%\sysWOW64\regsvr32 mscomctl.ocx
Exit
It did not make a difference. I am having the same issue will all 3 version of MS Access I tried: 2003,2007,2013.
Most of the forms, reports, queries work fine.
Any suggestions for me?
Thanks
Sarah
__._,_.___
Posted by: John Viescas <johnv@msn.com>
Reply via web post | • | Reply to sender | • | Reply to group | • | Start a New Topic | • | Messages in this topic (4) |
Have you tried the highest rated email app?
With 4.5 stars in iTunes, the Yahoo Mail app is the highest rated email app on the market. What are you waiting for? Now you can access all your inboxes (Gmail, Outlook, AOL and more) in one place. Never delete an email again with 1000GB of free cloud storage.
.
__,_._,___
Tidak ada komentar:
Posting Komentar