PC Review


Reply
Thread Tools Rate Thread

Compile error. in table-level validation expression. (Error 3320)

 
 
=?Utf-8?B?RG9ubmE=?=
Guest
Posts: n/a
 
      17th Mar 2005
I'm using the default value Now() for a Date/Time field in a table. It has
been working fine for over a year. All of a sudden I'm getting the above
message. This happens consistently with any table - old or new- in this
database. The same default value works fine in tables in other databases.

My os is Win XP sp2. Access is 2002 sp3. All databases are using a
default file format of Access 2000.

Can anyone help me?

I've tried compacting and repairing, also copied the database. I've
searched the web & MS but haven't found an answer. I have seen lots of
discussions about 'references' and 'dlls'. I don't understand either of
those, so if my problem is in that area, I would need a VERY SIMPLE
explanation.

Thanks in advance,
Donna

 
Reply With Quote
 
 
 
 
Brian
Guest
Posts: n/a
 
      18th Mar 2005

"Donna" <(E-Mail Removed)> wrote in message
news:2810C21C-DA30-4674-8748-(E-Mail Removed)...
> I'm using the default value Now() for a Date/Time field in a table. It

has
> been working fine for over a year. All of a sudden I'm getting the above
> message. This happens consistently with any table - old or new- in this
> database. The same default value works fine in tables in other databases.
>
> My os is Win XP sp2. Access is 2002 sp3. All databases are using a
> default file format of Access 2000.
>
> Can anyone help me?
>
> I've tried compacting and repairing, also copied the database. I've
> searched the web & MS but haven't found an answer. I have seen lots of
> discussions about 'references' and 'dlls'. I don't understand either of
> those, so if my problem is in that area, I would need a VERY SIMPLE
> explanation.
>
> Thanks in advance,
> Donna
>


A broken reference, I would think. Open the VBA window (click on a form,
report or module in the database window, and then choose "code" from the
view menu). On the Tools menu, click "References". In the list that
appears, look for anything marked as "MISSING".

What you do next depends on what is missing. You can "fix" this problem by
simply removing the tick against the missing item(s), but, if it's something
your database needs, you will find that something else doesn't work
properly. You may need to come back here for more help when you know what
is missing.


 
Reply With Quote
 
=?Utf-8?B?RG9ubmE=?=
Guest
Posts: n/a
 
      21st Mar 2005
Brian,

Thanks for telling me how to find missing references. At least that's no
longer a mystery. However, when I open the window 'References - Access9db'
there is nothing that says MISSING. There is a list of References with check
boxes, 4 of which are checked, that's all.

Can you offer another suggestion?

(I haven't ignored your help. I only work part time.)

"Brian" wrote:

>
> "Donna" <(E-Mail Removed)> wrote in message
> news:2810C21C-DA30-4674-8748-(E-Mail Removed)...
> > I'm using the default value Now() for a Date/Time field in a table. It

> has
> > been working fine for over a year. All of a sudden I'm getting the above
> > message. This happens consistently with any table - old or new- in this
> > database. The same default value works fine in tables in other databases.
> >
> > My os is Win XP sp2. Access is 2002 sp3. All databases are using a
> > default file format of Access 2000.
> >
> > Can anyone help me?
> >
> > I've tried compacting and repairing, also copied the database. I've
> > searched the web & MS but haven't found an answer. I have seen lots of
> > discussions about 'references' and 'dlls'. I don't understand either of
> > those, so if my problem is in that area, I would need a VERY SIMPLE
> > explanation.
> >
> > Thanks in advance,
> > Donna
> >

>
> A broken reference, I would think. Open the VBA window (click on a form,
> report or module in the database window, and then choose "code" from the
> view menu). On the Tools menu, click "References". In the list that
> appears, look for anything marked as "MISSING".
>
> What you do next depends on what is missing. You can "fix" this problem by
> simply removing the tick against the missing item(s), but, if it's something
> your database needs, you will find that something else doesn't work
> properly. You may need to come back here for more help when you know what
> is missing.
>
>
>

 
Reply With Quote
 
Brian
Guest
Posts: n/a
 
      21st Mar 2005
"Donna" <(E-Mail Removed)> wrote in message
news:EAEEEC55-8830-419E-B86B-(E-Mail Removed)...
> Brian,
>
> Thanks for telling me how to find missing references. At least that's no
> longer a mystery. However, when I open the window 'References -

Access9db'
> there is nothing that says MISSING. There is a list of References with

check
> boxes, 4 of which are checked, that's all.
>
> Can you offer another suggestion?
>
> (I haven't ignored your help. I only work part time.)
>
> "Brian" wrote:
>
> >


Here's a little trick that may help: back in the references window, put a
tick against something that isn't already ticked. It doesn't matter what.
Close the window, then open it again and remove the tick.


 
Reply With Quote
 
=?Utf-8?B?RG9ubmE=?=
Guest
Posts: n/a
 
      21st Mar 2005
That did the trick! Thanks Brian

"Brian" wrote:

> "Donna" <(E-Mail Removed)> wrote in message
> news:EAEEEC55-8830-419E-B86B-(E-Mail Removed)...
> > Brian,
> >
> > Thanks for telling me how to find missing references. At least that's no
> > longer a mystery. However, when I open the window 'References -

> Access9db'
> > there is nothing that says MISSING. There is a list of References with

> check
> > boxes, 4 of which are checked, that's all.
> >
> > Can you offer another suggestion?
> >
> > (I haven't ignored your help. I only work part time.)
> >
> > "Brian" wrote:
> >
> > >

>
> Here's a little trick that may help: back in the references window, put a
> tick against something that isn't already ticked. It doesn't matter what.
> Close the window, then open it again and remove the tick.
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Compile error.in query expression Error =?Utf-8?B?SUNydXo=?= Microsoft Access Queries 4 30th Dec 2005 09:39 AM
Compile error. in table-level validation expression. (Error 3320) Donna via AccessMonster.com Microsoft Access Database Table Design 2 21st Mar 2005 08:04 PM
table-level validation expression M.L. Sco Scofield Microsoft Access 2 23rd Dec 2004 06:50 AM
Table-Level Validation Error Message Karen Microsoft Access Form Coding 0 13th Dec 2004 03:01 PM
query expression compile error =?Utf-8?B?RGVubmlzRA==?= Microsoft Access Queries 0 27th Sep 2004 05:47 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:12 PM.