|
-
May 16th, 2011, 02:23 AM
#1
Thread Starter
New Member
-
May 16th, 2011, 07:23 AM
#2
Re: Having Runtime Probem....
You will need to post your actual code. If you don't where it happens then press the Debug button.
-
May 16th, 2011, 03:28 PM
#3
Thread Starter
New Member
Re: Having Runtime Probem....
Thanks RhinoBull..... i've fixed that error and can u plz tell me.... how many maximum no. of data fields we can take while managing data base with Access.... if m taking 20 fileds then its working properly n if m taking 23 fields then again it showes error like "Run time Error 3265 : Item Not Found In this collection"
And it highlightes 21st textbox
i.e
Data1.Recordset![SAMPLE RESULT DT] = Text21.Text
if its upto 20 data fields then its working properly
-
May 16th, 2011, 04:03 PM
#4
Re: Having Runtime Probem....
The error has nomthing to do with number of fields but rather YOU not including "SAMPLE RESULT DT" field in your select statement.
To resolve this issue make sure that field is included in your selection which is again related to question I asked previously: can you post your actual code?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|