473,407 Members | 2,314 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,407 software developers and data experts.

Missing Field in intellisense dropdown

benchpolo
142 100+
Expand|Select|Wrap|Line Numbers
  1. Private Sub Frame219_AfterUpdate()
  2.      If Me.Frame219.Value = 1 Then               Me.wasextension2.Value = "Y"
  3. End Sub
  4.  
I have a table field in SQL called extension2, and it is linked via ODBC connection in Access 2010. When I compile my code i get an error "Method or data member not found" error, but I can see field "wasextension2" in my link tables. Is there a configuration that i need to check?
Thanks.
Jun 15 '12 #1
2 1550
beacon
579 512MB
Have you tried dropping the "Me.wasextension2.Value = 'Y'" to the next line and adding an "End If" on the line after so it looks like this:

Expand|Select|Wrap|Line Numbers
  1. Private Sub Frame219_AfterUpdate() 
  2.      If Me.Frame219.Value = 1 Then
  3.           Me.wasextension2.Value = "Y"
  4.      End If
  5. End Sub 
  6.  
I'm not sure if this will make any difference, but it's worth a shot.

beacon
Jun 15 '12 #2
TheSmileyCoder
2,322 Expert Mod 2GB
First thing to check is that the field is actually also pulled into your record source for the form you are using.

If that doesn't work I would suggest you try to decompile, and then recompile your database.
Jun 18 '12 #3

Sign in to post your reply or Sign up for a free account.

Similar topics

3
by: Charles | last post by:
I am trying to add the ability for a user to change the order in which the elements are listed in a dropdown list box. Before I added the ListID field the dropdown list box order was controlled...
8
by: Lyn | last post by:
Hi, Can anyone tell me how the initial value displayed in Combo Box is determined when a form is opened? I am loading the dropdown from one field ("CategoryName") of a table, with "ORDER BY ". ...
3
by: Tuncay Baskan | last post by:
Hi all, Serialization behavior of .NET 2.0 (RTM version) is very strange. I have the following simple code: using System; using System.IO; using...
0
by: Bennett Haselton | last post by:
It seems whenever I add a new field to a database table that's queried by DataAdapters in my project, I get run-time errors because I don't go back and re-generate all the DataAdapters to read the...
1
by: PrakashR | last post by:
Hello, Is there any way to give some description strings to the functions of my class so that whenever the functions are shown in the intellisense dropdown in the IDE, those descriptions are shown...
0
by: TJHerman | last post by:
I have a dropdown list in a Formview that includes a number of fields in the SQLDatasource. I want to be able to get the value of one of the fields in the Datasource that is not the...
0
by: Alan Silver | last post by:
Hello, I have been working on a site in VS2005, and have noticed that the autocomplete has stopped working for asp controls. If I type... <a in an .aspx file, then I get a list of possible...
1
by: James | last post by:
Hi. Not sure if I'm trying the impossible here but using VStudio 2005 I have to allow for an editable Gridview field that gives a user the option of manually typing a value OR selecting it from...
0
by: BillK | last post by:
I have a web application that I converted from ASP.NET 2.0 to ASP.NET 3.5 in Visusal Studio 2008. At first, LINQ coding wouldn't work at all. So I added the necessary references like...
5
by: rmurgia | last post by:
I have set up an ASP web page which connects to an Access database using VBA. After the user clicks submit, the Access database is updated. I need to be able to update the page before the user...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

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.