473,505 Members | 14,658 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

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 7677
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
4829
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
2661
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
2444
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
3615
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
9028
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
29422
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
2347
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
3994
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
4395
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
3037
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
7098
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
7303
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
7367
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
1
7018
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
4699
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3187
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1528
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
754
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
407
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

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.