I’ve never seen this error, and a Google search does not turn up anything useful. Could it be a references problem?
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Validation Expression (Access 2000)
Home » Forums » AskWoody support » Productivity software by function » MS Access and database help » Validation Expression (Access 2000)
- This topic has 29 replies, 4 voices, and was last updated 20 years, 9 months ago.
Viewing 3 reply threadsAuthorReplies-
WSpatt
AskWoody LoungerAugust 10, 2004 at 9:02 pm #862629I don’t think so, but I will investigate this at the client site.
I run Access 2002 and they run Access 2000. One of the steps I get them to do is to:
1. Uncheck Microsoft Outlook 10.0 Object Library
2. Check Microsoft Outlook 9.0 Object LibraryI will ask them to check any missing references.
-
WSpatt
AskWoody LoungerAugust 10, 2004 at 9:02 pm #862630I don’t think so, but I will investigate this at the client site.
I run Access 2002 and they run Access 2000. One of the steps I get them to do is to:
1. Uncheck Microsoft Outlook 10.0 Object Library
2. Check Microsoft Outlook 9.0 Object LibraryI will ask them to check any missing references.
-
WSpatt
AskWoody LoungerAugust 12, 2004 at 2:20 am #862577A client runs a conversion form I wrote but it comes up with the following error:
CANNOT PLACE THIS VALIDATION EXPRESSION ON THIS FIELD.
Does anyone know what this means.
I thought I would try this forum before going out to the Client site and stepping this form instruction by instruction. -
WScharlotte
AskWoody Lounger -
WSpatt
AskWoody Lounger -
WScharlotte
AskWoody Lounger -
WSpatt
AskWoody LoungerAugust 11, 2004 at 11:28 pm #863113I don’t think that’s it. I have pruned it down to one table. I have tried to copy this table into the same database under a different name and I get the error, however it still copies the table.
Unless you can steer me in another direction, I will delete one field at a time and try to copy the table until the error does not appear (then I will know what field is causing the error).If this does not work, I will recreate the table from scratch in design view and delete the strange table (after all it may have some slight corruption).
I have also tried to create a blank database and import all the objects, but it stops for this table.
-
WScharlotte
AskWoody LoungerAugust 11, 2004 at 11:28 pm #863127If there’s a memo field in the table, start by removing that. They’re the most frequent cause of table corruption. If that works, you may be able to create a new table with the same structure as the old and append all the fields except the memo field to it. After that, try an update query to update the memo fields from the bad table. If it’s just a record or two, you’ll get all the but bad ones.
-
WSpatt
AskWoody LoungerAugust 11, 2004 at 11:48 pm #863143I had better explain this a little more.
I have a form which:
1. Saves the table relationships to a table
2. Deletes all tables
3. Imports tables from another database
4. Re-establishes the relationships between the tables.It does more than this but it’s mainly to queries, macros, etc.
Do I need to refresh the tabledefs before further processing.
This form has been working for quite a while now, it’s only the last 2 weeks it’s been playing up.
-
WSpatt
AskWoody LoungerAugust 11, 2004 at 11:48 pm #863144I had better explain this a little more.
I have a form which:
1. Saves the table relationships to a table
2. Deletes all tables
3. Imports tables from another database
4. Re-establishes the relationships between the tables.It does more than this but it’s mainly to queries, macros, etc.
Do I need to refresh the tabledefs before further processing.
This form has been working for quite a while now, it’s only the last 2 weeks it’s been playing up.
-
WSpatt
AskWoody LoungerAugust 12, 2004 at 1:02 am #863163I have been saving my databases almost everyday (or thereabouts) for the last couple of months (I have 42 backups).
I can save the backup and open the saved backup and try to copy the table in question and it immediately brings up the error.Would this mean my Access installation is corrupt?
-
WBell
AskWoody_MVPAugust 12, 2004 at 1:32 am #863175Another strategy you might try is to open a recordset on the table and try to copy the table record-by-record using DAO – when it fails you would find the record – or records – that appear to be corrupt. I suppose it may also be that the tabledef is actually corrupt, but in that case I would expect more serious problems (not that what you are trying to deal with isn’t serious!).
-
WSpatt
AskWoody LoungerAugust 12, 2004 at 10:28 pm #863189i have tried that, it works ok.
I can copy the table, the dialog box springs up and after you click the dialog box I find that the table has been copied in it’s entirety.Although it loses the Format and Input Mask properties, and for any text field it sets the Allow Zero Length property to Yes.
This would indicate to me that the tabledef is ok too, mind you I could be wrong.
Can you tell me where at Microsoft I can find out about this error.
-
WBell
AskWoody_MVPAugust 12, 2004 at 12:11 pm #863385I was only able to find information about this error in two places – http://www.vb123.com/toolshed/01_bugs/access_errors.htm%5B/url%5D and http://dbforums.com/t631006.html%5B/url%5D – and it seems to be related to Access 2002. Are you attempting to apply validation rules to the table in question? For example are you importing data into a table where the Required property is set for a field, but the data coming in is Null?
-
WSpatt
AskWoody LoungerAugust 12, 2004 at 9:15 pm #863716 -
WBell
AskWoody_MVPAugust 13, 2004 at 1:04 am #863785Aww shucks – wasn’t much! Actually, I did a Google search on the error text and found them. But absolutely nothing on the Microsoft site. And you are absolutely correct – no mention of the solution. Which suggests to me that it may really be a validation issue with the data you are bringing in.
-
WScharlotte
AskWoody LoungerAugust 13, 2004 at 3:19 am #863791Have you noticed lately that you can’t find errors on the Microsoft site for anything but the current version? You can search on the specific error message and even the number and turn up no articles even though you know there was an article on that problem. When they move the old stuff to MSDN, they seem to drop it from the MSKB indexes entirely.
-
WScharlotte
AskWoody LoungerAugust 13, 2004 at 3:19 am #863792Have you noticed lately that you can’t find errors on the Microsoft site for anything but the current version? You can search on the specific error message and even the number and turn up no articles even though you know there was an article on that problem. When they move the old stuff to MSDN, they seem to drop it from the MSKB indexes entirely.
-
WBell
AskWoody_MVPAugust 13, 2004 at 1:04 am #863786Aww shucks – wasn’t much! Actually, I did a Google search on the error text and found them. But absolutely nothing on the Microsoft site. And you are absolutely correct – no mention of the solution. Which suggests to me that it may really be a validation issue with the data you are bringing in.
-
WSpatt
AskWoody LoungerAugust 12, 2004 at 9:15 pm #863717 -
WBell
AskWoody_MVPAugust 12, 2004 at 12:11 pm #863386I was only able to find information about this error in two places – http://www.vb123.com/toolshed/01_bugs/access_errors.htm%5B/url%5D and http://dbforums.com/t631006.html%5B/url%5D – and it seems to be related to Access 2002. Are you attempting to apply validation rules to the table in question? For example are you importing data into a table where the Required property is set for a field, but the data coming in is Null?
-
WBell
AskWoody_MVPAugust 12, 2004 at 1:32 am #863176Another strategy you might try is to open a recordset on the table and try to copy the table record-by-record using DAO – when it fails you would find the record – or records – that appear to be corrupt. I suppose it may also be that the tabledef is actually corrupt, but in that case I would expect more serious problems (not that what you are trying to deal with isn’t serious!).
-
WSpatt
AskWoody LoungerAugust 12, 2004 at 1:02 am #863164I have been saving my databases almost everyday (or thereabouts) for the last couple of months (I have 42 backups).
I can save the backup and open the saved backup and try to copy the table in question and it immediately brings up the error.Would this mean my Access installation is corrupt?
-
WScharlotte
AskWoody LoungerAugust 11, 2004 at 11:28 pm #863128If there’s a memo field in the table, start by removing that. They’re the most frequent cause of table corruption. If that works, you may be able to create a new table with the same structure as the old and append all the fields except the memo field to it. After that, try an update query to update the memo fields from the bad table. If it’s just a record or two, you’ll get all the but bad ones.
-
WSpatt
AskWoody LoungerAugust 11, 2004 at 11:28 pm #863114I don’t think that’s it. I have pruned it down to one table. I have tried to copy this table into the same database under a different name and I get the error, however it still copies the table.
Unless you can steer me in another direction, I will delete one field at a time and try to copy the table until the error does not appear (then I will know what field is causing the error).If this does not work, I will recreate the table from scratch in design view and delete the strange table (after all it may have some slight corruption).
I have also tried to create a blank database and import all the objects, but it stops for this table.
-
-
WScharlotte
AskWoody Lounger
-
-
WSpatt
AskWoody Lounger
-
-
WScharlotte
AskWoody Lounger
-
-
WSpatt
AskWoody LoungerAugust 12, 2004 at 2:20 am #862578A client runs a conversion form I wrote but it comes up with the following error:
CANNOT PLACE THIS VALIDATION EXPRESSION ON THIS FIELD.
Does anyone know what this means.
I thought I would try this forum before going out to the Client site and stepping this form instruction by instruction.
Viewing 3 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Manage your browsing experience with Edge
by
Mary Branscombe
29 minutes ago -
Fewer vulnerabilities, larger updates
by
Susan Bradley
30 minutes ago -
Hobbies — There’s free software for that!
by
Deanna McElveen
31 minutes ago -
Apps included with macOS
by
Will Fastie
32 minutes ago -
Xfinity home internet
by
MrJimPhelps
5 hours, 21 minutes ago -
Convert PowerPoint presentation to Impress
by
RetiredGeek
7 hours, 20 minutes ago -
Debian 12.11 released
by
Alex5723
15 hours, 46 minutes ago -
Microsoft: Troubleshoot problems updating Windows
by
Alex5723
19 hours, 28 minutes ago -
Woman Files for Divorce After ChatGPT “Reads” Husband’s Coffee Cup
by
Alex5723
1 hour, 14 minutes ago -
Moving fwd, Win 11 Pro,, which is best? Lenovo refurb
by
Deo
15 hours, 56 minutes ago -
DBOS Advanced Network Analysis
by
Kathy Stevens
1 day, 12 hours ago -
Microsoft Edge Launching Automatically?
by
healeyinpa
1 day, 2 hours ago -
Google Chrome to block admin-level browser launches for better security
by
Alex5723
1 day, 15 hours ago -
iPhone SE2 Stolen Device Protection
by
Rick Corbett
1 day, 7 hours ago -
Some advice for managing my wireless internet gateway
by
LHiggins
14 hours, 52 minutes ago -
NO POWER IN KEYBOARD OR MOUSE
by
HE48AEEXX77WEN4Edbtm
7 hours, 43 minutes ago -
A CVE-MITRE-CISA-CNA Extravaganza
by
Nibbled To Death By Ducks
2 days ago -
Sometimes I wonder about these bots
by
Susan Bradley
1 day, 20 hours ago -
Does windows update component store “self heal”?
by
Mike Cross
1 day, 10 hours ago -
Windows 11 Insider Preview build 27858 released to Canary
by
joep517
2 days, 14 hours ago -
Pwn2Own Berlin 2025: Day One Results
by
Alex5723
22 hours, 27 minutes ago -
Windows 10 might repeatedly display the BitLocker recovery screen at startup
by
Susan Bradley
11 hours, 5 minutes ago -
Windows 11 Insider Preview Build 22631.5409 (23H2) released to Release Preview
by
joep517
2 days, 17 hours ago -
Windows 10 Build 19045.5912 (22H2) to Release Preview Channel
by
joep517
2 days, 17 hours ago -
Kevin Beaumont on Microsoft Recall
by
Susan Bradley
2 days, 5 hours ago -
The Surface Laptop Studio 2 is no longer being manufactured
by
Alex5723
3 days, 1 hour ago -
0Patch, where to begin
by
cassel23
2 days, 19 hours ago -
CFPB Quietly Kills Rule to Shield Americans From Data Brokers
by
Alex5723
3 days, 14 hours ago -
89 million Steam account details just got leaked,
by
Alex5723
3 days, 2 hours ago -
KB5058405: Linux – Windows dual boot SBAT bug, resolved with May 2025 update
by
Alex5723
3 days, 23 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.