A Microsoft Office (Excel, Word) forum. OfficeFrustration

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Home » OfficeFrustration forum » Microsoft Access » Using Forms
Site Map Home Register Authors List Search Today's Posts Mark Forums Read  

annoying error in form



 
 
Thread Tools Display Modes
  #1  
Old April 16th, 2008, 02:15 AM posted to microsoft.public.access.forms
Papa Jonah
external usenet poster
 
Posts: 42
Default annoying error in form

I have a form that is based on a query. No "sub" queries within this query.
However, for some reason, I am now getting a frequent error that seems to be
more of a nuisance than anything. Almost every time a go from record to
record within the form, or update an entry I get the following:
"The value you entered isn't valid for this field." It doesn't seem to
matter which field I update, search on, or have the cursor at the time I go
from record to record.

Any ideas as to why this is happening would be most appreciated.

I am pasting the SQL for the query I am using.
SELECT tblBaseline.[LIMTS#], tblBaseline.AssessmentType,
tblBaseline.[Assessment Title], tblBaseline.ScopeDescription,
tblBaseline.OwningAD, tblBaseline.Org, tblBaseline.EstimatedStartDate,
tblBaseline.Quarter, tblBaseline.LANLTeamLead, tblLASOpart.LASOLead,
tblLASOpart.AM, [zlookup AssessmentStatus].Status, tblBaseline.[Date
Completed Field], tblLASOpart.[Form A Complete], tblLASOpart.[Form B
Complete], tblLASOpart.datFormA, tblLASOpart.datFormB,
tblAttachA.DateEntered, tblAttachB.Entered
FROM (((tblBaseline LEFT JOIN tblLASOpart ON tblBaseline.[LIMTS#] =
tblLASOpart.[LIMTS#]) LEFT JOIN [zlookup AssessmentStatus] ON
tblBaseline.Status = [zlookup AssessmentStatus].ID) LEFT JOIN tblAttachA ON
tblLASOpart.[LIMTS#] = tblAttachA.LIMTSnum) LEFT JOIN tblAttachB ON
tblLASOpart.[LIMTS#] = tblAttachB.LIMTSnum
ORDER BY tblBaseline.[LIMTS#];

 




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

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Forum Jump


All times are GMT +1. The time now is 11:52 PM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 OfficeFrustration.
The comments are property of their posters.