473,398 Members | 2,812 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,398 software developers and data experts.

Run-time error 2465

EJO
TIA!
(sory--originally posted in MS Access forms group, but no responses...)

Error txt:

DB can't find the field 'field1' referred to in your expression.

(A2k running on winxp and win2000)The field does exist, is not
calculated in any way, will compile and once compiled, the error never
again rears its ugly head...

*********************************
Private Sub Form_Current()

Dim ctl As Control

If Me.field1 = "0000.0" Then
For Each ctl In Me.Controls
If ctl.ControlType = acTextBox Or ctl.ControlType = acComboBox
Then
Controls(ctl.Name).Locked = True
End If
Next ctl
ElseIf Me.Field1 <> "0000.0" Then
For Each ctl In Me.Controls
If ctl.ControlType = acTextBox Or ctl.ControlType = acComboBox
Then
Controls(ctl.Name).Locked = False
End If
Next ctl
End If

Me.Lookup1.Locked = False
Me.Lookup1.Enabled = True
Me.date5_Act.Locked = True
Me.date4_Act.Locked = True
Me.date3_Act.Locked = True
Me.date2_Act.Locked = True
Me.date1_Act.Locked = True

If IsNull(Me.date5_Act) = True Then
Me.Completedate5.Visible = True
Me.label74.Visible = False
ElseIf IsNull(Me.date5_Act) = False Then
Me.Completedate5.Visible = False
Me.label74.Visible = True
End If

If IsNull(Me.date4_Act) = True Then
Me.Completedate4.Visible = True
Me.Label73.Visible = False
ElseIf IsNull(Me.date4_Act) = False Then
Me.Completedate4.Visible = False
Me.Label73.Visible = True
End If

If IsNull(Me.date3_Act) = True Then
Me.Completedate3.Visible = True
Me.Label72.Visible = False
ElseIf IsNull(Me.date3_Act) = False Then
Me.Completedate3.Visible = False
Me.Label72.Visible = True
End If

If IsNull(Me.date2_Act) = True Then
Me.Completedate2.Visible = True
Me.Label71.Visible = False
ElseIf IsNull(Me.date2_Act) = False Then
Me.Completedate2.Visible = False
Me.Label71.Visible = True
End If

If IsNull(Me.date1_Act) = True Then
Me.CompleteDate1.Visible = True
Me.Label70.Visible = False
ElseIf IsNull(Me.date1_Act) = False Then
Me.CompleteDate1.Visible = False
Me.Label70.Visible = True
End If

End Sub
**************************************************
Thanks,

Eric

Nov 13 '05 #1
3 2917
I dont understand, is the problem coming back again after compiling?

Not recognising an object can be a sign of a mis-matching binary
(compiled) code. this can happen if you make changes in break mode,
save without compile, or other wrong combinations of saving, editing,
not compilng, run-time edits etc. Try making a backup, doing a
decompile to purge any old compiled code, recompiling and running a
compact and repair.

If you suspect that there is a corruption in the module then try this:
make a text copy of the module. Open the form and set "has module" to
no and save. create a copy of the form, set has module to "yes" and
copy the text of the old module into it. delete the old form. compile
and compact.

Nov 13 '05 #2
EJO
The original post says "..will compile and once compiled, the error
never again rears its ugly head... "

When I get back in the office I'll try copying the form with the module
and go from there...thnx again!

Nov 13 '05 #3
If the problem went away after compiling then where is the problem? Is
there a specific action that causes it to return? ...that's where I was
going with the decompile suggestion.

Let us know how it goes!

Nov 13 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

3
by: leroybt.rm | last post by:
Can someone tell me how to run a script from a interactive shell I type the following: >>>python filename >>>python filename.py >>>run filename >>>run filename.py >>>/run filename >>>/run...
4
by: Ed | last post by:
Hello, I took a course in asp about 2 years ago and I was practicing with IIS 5.0. Then I put it down for a while. Now trying to get back to it. I can't run asp files from subdirectories of...
6
by: orekin | last post by:
Hi There I have been trying to come to grips with Application.Run(), Application.Exit() and the Message Pump and I would really appreciate some feedback on the following questions .. There are...
13
by: Bob Day | last post by:
Using vs2003, vb.net I start a thread, giving it a name before start. Code snippet: 'give each thread a unique name (for later identification) Trunk_Thread.Name = "Trunk_0_Thread" ' allow...
19
by: Bryan | last post by:
How can i run a bit of code straight from the IDE? Right now i make a temporary button and put the code behind that, then i run debug mode and click on the button. Is there a way to highlight...
9
by: Brett Wesoloski | last post by:
I am new to VS2005. I changed my program.cs file to be a different form I am working on. But when I go to run the application it still brings up the form that was originally declared as new. ...
7
by: Lee Crabtree | last post by:
I remember when I was first getting into .NET Forms programming that there was a rather emphatic rule about not constructing a form before calling Application.Run with it. So this: ...
8
by: David Thielen | last post by:
Hi; In our setup program how do I determine if I need to run "aspnet_regiis –i" and if so, is there an API I can calll rather than finding that program on the user's disk and calling it? --...
3
by: traceable1 | last post by:
Is there a way I can set up a SQL script to run when the instance starts up? SQL Server 2005 SP2 thanks!
7
by: mxdevit | last post by:
Task: run application from ASP.NET for example, you have a button on ASP.NET page, when press this button - one application is invoked. the code to run application (for example, notepad) is...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
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
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
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
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.