Microsoft Access Forums

Go Back   Microsoft Access Forums > Access Forums > Forms

Reply
 
LinkBack Thread Tools Display Modes
  #1  
Old 03-08-2010, 11:03 PM
ngeng4 ngeng4 is offline Windows XP Access 2003 (version 11.0)
Advanced Beginner
 
Join Date: Mar 2010
Posts: 93
ngeng4 is on a distinguished road
Default error message

how can i solve this error message?
"The Microsoft Jet Database engne cannot find a record in the table 'table name' with key matching field"
Reply With Quote
  #2  
Old 03-08-2010, 11:06 PM
maximus's Avatar
maximus maximus is online now Windows 7 Access 2010 (version 14.0)
Wizard
 
Join Date: Aug 2009
Location: India
Posts: 712
Blog Entries: 1
maximus is on a distinguished road
Default

Where are you getting this error message. Tell me the form. I hope it is the same database.
Reply With Quote
  #3  
Old 03-08-2010, 11:08 PM
ngeng4 ngeng4 is offline Windows XP Access 2003 (version 11.0)
Advanced Beginner
 
Join Date: Mar 2010
Posts: 93
ngeng4 is on a distinguished road
Default

yerp. it is in the same db. in the updating form. if i fill up a new data, i cant save it and this error msg appear
Reply With Quote
  #4  
Old 03-08-2010, 11:13 PM
maximus's Avatar
maximus maximus is online now Windows 7 Access 2010 (version 14.0)
Wizard
 
Join Date: Aug 2009
Location: India
Posts: 712
Blog Entries: 1
maximus is on a distinguished road
Default

Please tell me the name of the form.
Reply With Quote
  #5  
Old 03-08-2010, 11:18 PM
ngeng4 ngeng4 is offline Windows XP Access 2003 (version 11.0)
Advanced Beginner
 
Join Date: Mar 2010
Posts: 93
ngeng4 is on a distinguished road
Default

project updating. if i add all the data but leave the sub cont text box blank then i will receive that error
Reply With Quote
  #6  
Old 03-08-2010, 11:26 PM
maximus's Avatar
maximus maximus is online now Windows 7 Access 2010 (version 14.0)
Wizard
 
Join Date: Aug 2009
Location: India
Posts: 712
Blog Entries: 1
maximus is on a distinguished road
Default

Basically the error tells you that there are no matching data in the following table:

Let me explain suppose I build two tables
Table1:{Id_Code,name,Class}
Table2:{Link_id,fatherName,MotherName,Details}


Now I link Id_code and Link_id just as you did in your database.

No I make a Entry in Table1:
Id_Code=1
name=Siddthartha Majumdar
Class=2

Now observe if I make a entry in table 2 like this it is valid:
Link_id=1
fatherName=Alokesh Majumdar
MotherName=Joya Majumdar
Details=Computer Expert

this is valid as this data has a supporting in table1 i.e. Id_Code has the number 1.

Now observe if I make a entry in table 2 like this it is invalid:
Link_id=2
fatherName=Alokesh Majumdar
MotherName=Joya Majumdar
Details=Computer Expert

I will get an error that their are no matching valeus in table1 because table1 doen't have an Id_Code=1

Now you have to find where lies the problem.
Reply With Quote
  #7  
Old 03-08-2010, 11:33 PM
maximus's Avatar
maximus maximus is online now Windows 7 Access 2010 (version 14.0)
Wizard
 
Join Date: Aug 2009
Location: India
Posts: 712
Blog Entries: 1
maximus is on a distinguished road
Default

if you don't mind can you tell me what you want to do then I can prepare the table structure for you.
Reply With Quote
  #8  
Old 03-08-2010, 11:34 PM
ngeng4 ngeng4 is offline Windows XP Access 2003 (version 11.0)
Advanced Beginner
 
Join Date: Mar 2010
Posts: 93
ngeng4 is on a distinguished road
Default

ok then.. i got ur point.. but, if mine, i really in a blank mode which table i should modify..
Reply With Quote
  #9  
Old 03-08-2010, 11:39 PM
ngeng4 ngeng4 is offline Windows XP Access 2003 (version 11.0)
Advanced Beginner
 
Join Date: Mar 2010
Posts: 93
ngeng4 is on a distinguished road
Default

okay sure.

i have to create a database that contain a project name, used product, [contractor,client, architect,C&S and QS for the project], completed year, project type, and sub contractor.

so basically, i need a table for project, information about it [contractor, client, architect, C&S and QS], and the detail [used product and sub contractor].

is this really clear for you? thank you so muchh
Reply With Quote
  #10  
Old 03-08-2010, 11:42 PM
maximus's Avatar
maximus maximus is online now Windows 7 Access 2010 (version 14.0)
Wizard
 
Join Date: Aug 2009
Location: India
Posts: 712
Blog Entries: 1
maximus is on a distinguished road
Default

will get back to you shortly
Reply With Quote
  #11  
Old 03-08-2010, 11:45 PM
ngeng4 ngeng4 is offline Windows XP Access 2003 (version 11.0)
Advanced Beginner
 
Join Date: Mar 2010
Posts: 93
ngeng4 is on a distinguished road
Default

thank you very muchh
Reply With Quote
  #12  
Old 03-08-2010, 11:53 PM
maximus's Avatar
maximus maximus is online now Windows 7 Access 2010 (version 14.0)
Wizard
 
Join Date: Aug 2009
Location: India
Posts: 712
Blog Entries: 1
maximus is on a distinguished road
Default

can you tell me why you require transmaster.
Reply With Quote
  #13  
Old 03-09-2010, 12:00 AM
ngeng4 ngeng4 is offline Windows XP Access 2003 (version 11.0)
Advanced Beginner
 
Join Date: Mar 2010
Posts: 93
ngeng4 is on a distinguished road
Default

because i dont know how to link those table. so i feel like i need 1 table to link all those thing between project, information and sub cont detail and product detail. each project will use maximum of 6 product and maximum of 3 sub contractor. thats y if u can see in my previous db, ive create both [sub cont and product] in the different table
Reply With Quote
  #14  
Old 03-09-2010, 03:29 AM
maximus's Avatar
maximus maximus is online now Windows 7 Access 2010 (version 14.0)
Wizard
 
Join Date: Aug 2009
Location: India
Posts: 712
Blog Entries: 1
maximus is on a distinguished road
Default

Sorry I could not be more elaborate as I had only 45 min to get through the database. I am in the office right now. anyways let me explain what I have done.

as you open the application a Statup form will open with two options:
1) Open project Update (New)
2) Open Project Update (All Records)


The First Option as understood will open a blank, The second option will open the Form tblProjectDetails with all the records.


Open a Blank Form Fill up all the Fields above the Product Labels and Click on the Button Confirm Project Details. Once You do that Two Buttons Enter Products and Enter Sub-Contractors will be enabled. Now select a Product in the product combo box and click on Enter Product button the product is entered and you will see it displayed on the Product entered List Box. Try Entering more then 6 Products You will get a error prompt.

Same Procedure to be followed for Sub-Contractors.

To delete a product Click on the product in the Product Entered List box. Select The option Delete product (Option Group below Sub-Contractor entered List Box) and Click on Button Remove.

Same Procedure to be followed for Sub-Contractors.



Delete Button in the form navigation Controls(NEW,NEXT,PREVIOUS) will delete all entries in the various fields related to a particular ProjectID.


You can do much more set more validation conditions like if a project status is completed then only you can type completed year etc.

explore the database. Hope it will be some help to you.
Attached Files
File Type: zip Contarct_db.zip (77.1 KB, 8 views)
Reply With Quote
  #15  
Old 03-09-2010, 04:01 PM
ngeng4 ngeng4 is offline Windows XP Access 2003 (version 11.0)
Advanced Beginner
 
Join Date: Mar 2010
Posts: 93
ngeng4 is on a distinguished road
Default

thank you so much maximus.. u helped me a lot.. thanx for ur time... =)
Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes

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 On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Error Message in Access2007 Storm91 Access 3 02-18-2010 11:56 AM
Text too long, error message taylormotm Access 13 06-18-2009 05:24 PM
where do i start with this error message? Student4Life Access 0 01-09-2009 01:12 PM
FROM Clause error message skylite Queries 2 10-23-2008 03:47 AM
If / Then Error Message Schwagr Forms 4 03-30-2006 03:28 AM


All times are GMT -8. The time now is 08:29 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.