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

Form input to modify table.

I have a form to add data to a table. That works like a charm. The
part that doesn't work is...

I have a drop-down that when its "On Change" event is triggered it
will make "Visible" and "Enabled" both "Yes" for another object on the
form. The VB code escapes me. For the "Event Procedure" I started to
have "db1.MyForm.". After I typed "db1." I had the option to select
"MyForm", which is the form I am working on, but after I typed a "."
following "db1.MyForm" I didn't get any options/objects/methods to
select.

Can someone give me a hint on what I need to do?

Why doesn't "db1.MyForm." give me anything to select?

Thanks!

Aug 8 '07 #1
1 1419
On Wed, 08 Aug 2007 13:52:26 -0000, ja*******@instruction.com wrote:

In A2007 intellisense would have continued to work. In older versions
or for some complex expressions it loses track of where it is.
I would write:
With Me.MyDropdown
.Visible = True
.Enabled = True
End With

-Tom.

>I have a form to add data to a table. That works like a charm. The
part that doesn't work is...

I have a drop-down that when its "On Change" event is triggered it
will make "Visible" and "Enabled" both "Yes" for another object on the
form. The VB code escapes me. For the "Event Procedure" I started to
have "db1.MyForm.". After I typed "db1." I had the option to select
"MyForm", which is the form I am working on, but after I typed a "."
following "db1.MyForm" I didn't get any options/objects/methods to
select.

Can someone give me a hint on what I need to do?

Why doesn't "db1.MyForm." give me anything to select?

Thanks!
Aug 8 '07 #2

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

Similar topics

4
by: Eric | last post by:
Hey Everyone.. I have a form that has approximately 7 text fields and 1 checkbox. Generally when this form is submitted(to itself BTW) it works fine, however, when the checkbox is only field...
1
by: LC's No-Spam Newsreading account | last post by:
I have the following arrangement working under Netscape 3 / Unix, IE6 / Win and Konqueror / Linux, but NOT under Netscape 7 Unix or Mozilla Linux (silently fails) nor under Netscape 4 Unix (fails...
2
by: Sam Goffin | last post by:
Hi how can I resize my form borders in .NET (either VB or C#)? In one of my programs I want to extend the usual form size at one end (when the user clicks the "Details..." button), so I need...
16
by: Philippe C. Martin | last post by:
Hi, I am trying to change the data in a form field from python. The following code does not crash but has no effect as if "form" is just a copy of the original html form. Must I recreate the...
4
by: John Boy | last post by:
Hi, Can anyone help. This is really doing my nut in. 3 years ASP exp. and now doing .DOT which is a step in the wrong direction. Basically I am left with the code of a guy who has left. When I...
1
by: AC | last post by:
Hi, I have the following code for my form, which is supposed to update a grade integer field and a text area, but when I click the submit button, instead of sending the user to the page...
6
by: Brian Blair | last post by:
I have created a input form that enters a number in a talble. If I open the form again it enters a new record instead of editing the existing record. It seems like it should be very basic but I...
0
by: karen987 | last post by:
Please could someone help me with this code? The problem appears to be a simple one, but i'm not html or ASP literate and need to modify the below code to add 2 things. First a bit about the...
1
by: micksitup | last post by:
hi all. I have 3 files:- Pick_moduser.php do_moduser.php show_moduser.php problem is it just doesnt want to pass anything through
1
by: bermaq | last post by:
Hi I'm working with an exsisting database in 2007. I would like to add a control(?) to a form that would display information from a different table. The form is a simple way of inputing...
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
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
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
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
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,...
0
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...

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.