473,396 Members | 1,722 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Date() function problem

Dear Access expert

I am trying to use an mde application developed in Access2k with Access
2002. I get an Access error box: Function is not available.. Date() etc.
Is Access 2002 back compatible if so how do I work around this date function
problem?

Ian
Nov 13 '05 #1
5 7668
ng
look up "Missing References" Any time simple stuff like Date() Left()
Right(), or other simple functions quit working, Tools References, then
you'll see "MISSING REFERENCE: blah blah" You can click on it, find out what
file it is, and determine if you can get the file and put it where it wants
it (the library) or, you could try unchecking that library and see if that
doesn't fix your problem.

-dp
"Ian Davies" <ia********@virgin.net> wrote in message
news:Wk*****************@newsfe5-win.ntli.net...
Dear Access expert

I am trying to use an mde application developed in Access2k with Access
2002. I get an Access error box: Function is not available.. Date() etc.
Is Access 2002 back compatible if so how do I work around this date
function
problem?

Ian

Nov 13 '05 #2
Thanks will give it a go

"ng" <ng@ng.com> wrote in message news:bJw6e.15611$B12.10612@trnddc09...
look up "Missing References" Any time simple stuff like Date() Left()
Right(), or other simple functions quit working, Tools References, then
you'll see "MISSING REFERENCE: blah blah" You can click on it, find out what file it is, and determine if you can get the file and put it where it wants it (the library) or, you could try unchecking that library and see if that
doesn't fix your problem.

-dp
"Ian Davies" <ia********@virgin.net> wrote in message
news:Wk*****************@newsfe5-win.ntli.net...
Dear Access expert

I am trying to use an mde application developed in Access2k with Access
2002. I get an Access error box: Function is not available.. Date() etc. Is Access 2002 back compatible if so how do I work around this date
function
problem?

Ian


Nov 13 '05 #3
By the way

Are these missing refs specific to the database or Access as a whole. Can
the missing refs be resolved from any Database or only from an mdb of the
one with the problem.
The reason I ask is that I only want the user to have the mde not the mdb or
an I going to have to take a trip and visit the users pc?

Ian
"Ian Davies" <ia********@virgin.net> wrote in message
news:fq******************@newsfe5-gui.ntli.net...
Thanks will give it a go

"ng" <ng@ng.com> wrote in message news:bJw6e.15611$B12.10612@trnddc09...
look up "Missing References" Any time simple stuff like Date() Left()
Right(), or other simple functions quit working, Tools References, then
you'll see "MISSING REFERENCE: blah blah" You can click on it, find out

what
file it is, and determine if you can get the file and put it where it

wants
it (the library) or, you could try unchecking that library and see if that
doesn't fix your problem.

-dp
"Ian Davies" <ia********@virgin.net> wrote in message
news:Wk*****************@newsfe5-win.ntli.net...
Dear Access expert

I am trying to use an mde application developed in Access2k with Access 2002. I get an Access error box: Function is not available.. Date()

etc. Is Access 2002 back compatible if so how do I work around this date
function
problem?

Ian



Nov 13 '05 #4
Ian Davies wrote:

Are these missing refs specific to the database or Access as a whole. Can
the missing refs be resolved from any Database or only from an mdb of the
one with the problem.
The reason I ask is that I only want the user to have the mde not the mdb or
an I going to have to take a trip and visit the users pc?


I'm afraid it'd be a trip to each PC with an mdb copy and then create an
mde for that computer.

I'm not a 2002 user (I play with 97 and 2003) but it may be that the
refs in 2000 are different from 2002? If I'm wrong here, someone needs
to club me fast so I don't give Ian the wrong info.

If this is the case, what I would do is check the refs on a new mdb on
one of your 2000 machines and then change, if necessary, the refs on the
2002 machine before making it into an mde - that might do the trick.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me
Nov 13 '05 #5
ng
Well, what I did was made a batch file that copied ALL the libraries to each
of the machines. I did it with a batch script in their startup so they
never knew. But, it was basically:

copy Z:\accessxp\libs\*.* %windir%

Contents of libs:
Volume in drive Z is NTShare
Volume Serial Number is 94CD-2C27

Directory of Z:\AccessXP\admin\libs

11/24/2004 04:48 PM <DIR> .
11/24/2004 04:48 PM <DIR> ..
01/25/2001 05:25 PM 570,128 dao350.dll
07/22/2002 03:05 PM 557,328 dao360.dll
03/07/2001 08:15 AM 435,616 MSACC.OLB
08/04/2004 12:56 AM 536,576 msado15.dll
08/03/2004 10:21 PM 61,440 msado20.tlb
08/03/2004 10:21 PM 61,440 msado21.tlb
08/03/2004 10:21 PM 81,920 msado25.tlb
08/03/2004 10:21 PM 81,920 msado26.tlb
08/03/2004 10:21 PM 81,920 msado27.tlb
08/04/2004 12:56 AM 180,224 msadomd.dll
08/04/2004 12:56 AM 57,344 msador15.dll
08/04/2004 12:56 AM 200,704 msadox.dll
05/08/2001 08:00 AM 1,503,504 msjet40.dll
12/07/1999 08:00 AM 74,000 msrclr40.dll
07/22/2002 03:05 PM 16,896 STDOLE2.TLB
02/16/2001 11:26 PM 483,328 UTILITY.MDA
01/22/2001 07:39 PM 2,498,560 VBE6.DLL
01/22/2001 07:39 PM 45,056 VBE6EXT.OLB
18 File(s) 7,527,904 bytes
2 Dir(s) 2,033,442,816 bytes free

That took care of it on all my OS's.. I have a mix of 98, 2000, and XP.
Isn't that special? I guess it's overkill to have multiple versions of
libraries, but it doesn't matter realty isn't an issue. The MDB just knows
which library it needs, and because it finds it in the sys path, then it's
happy with it's references. Missing references really tick me off in
particular because it's like "WHY DIDN'T THEY GET LOADED ON INSTALL?" Why
ask anything about Microsoft, or how, or why they do what they do. All I
know is I get to keep juggling to accomodate their changes - in everything.

-Brian


"Tim Marshall" <TI****@PurplePandaChasers.Moertherium> wrote in message
news:d3**********@coranto.ucs.mun.ca...
Ian Davies wrote:

Are these missing refs specific to the database or Access as a whole. Can
the missing refs be resolved from any Database or only from an mdb of the
one with the problem.
The reason I ask is that I only want the user to have the mde not the mdb
or
an I going to have to take a trip and visit the users pc?


I'm afraid it'd be a trip to each PC with an mdb copy and then create an
mde for that computer.

I'm not a 2002 user (I play with 97 and 2003) but it may be that the refs
in 2000 are different from 2002? If I'm wrong here, someone needs to club
me fast so I don't give Ian the wrong info.

If this is the case, what I would do is check the refs on a new mdb on one
of your 2000 machines and then change, if necessary, the refs on the 2002
machine before making it into an mde - that might do the trick.
--
Tim http://www.ucs.mun.ca/~tmarshal/
^o<
/#) "Burp-beep, burp-beep, burp-beep?" - Quaker Jake
/^^ "Whatcha doin?" - Ditto "TIM-MAY!!" - Me

Nov 13 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Laurence Neville | last post by:
This is regarding a change in the Short Date format under Hebrew Regional Settings, that has caused huge problems in our ASP web application. The change appears to have been introduced sometime...
8
by: peashoe | last post by:
I have an asp page that uses a calendar.js (pop-up) file to add an exact date format in the text field (txtDDate). My problem is I need some javascript that sets an alert that does not allow them...
2
by: Riegn Man | last post by:
I have a problem with access and our time clocks. We have time clocks that put out a .log file with the badge swipes for everybody. There is one .log file for each day. I am pulling that data...
8
by: John Wildes | last post by:
Hello all I'm going to try and be brief with my question, please tell me if I have the wrong group. We are querying transaction data from a DB3 database application. The dates are stored as...
29
by: james | last post by:
I have a problem that at first glance seems not that hard to figure out. But, so far, the answer has escaped me. I have an old database file that has the date(s) stored in it as number of days. An...
12
by: Assimalyst | last post by:
Hi, I have a working script that converts a dd/mm/yyyy text box date entry to yyyy/mm/dd and compares it to the current date, giving an error through an asp.net custom validator, it is as...
4
by: Jim Florence | last post by:
Hello, I've just started in ASP and I'm having a few teething problems. Initially I tried to write out dates from the database using <asp:Label runat="server" ID="Label6" Text='<%#...
10
by: WebCM | last post by:
There is a function: http://paste.ubuntu.com/21865 It needs GMT date in YYYY-MM-DD HH:MM:SS format - in SQL: datetime. If date is the same as today, the function returns "Today". There is one...
3
by: murch.alexander | last post by:
I made a simple public function to set and return a date value (see below). I have a number of queries that call up the function to get the "As Of Date," which is typically set to today's date....
4
by: OzNet | last post by:
I have some functions to calculate the working days in a given period. This includes a table that is queried to calculate the number of public holidays that don’t occur on a weekend. If I test...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.