473,320 Members | 1,991 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,320 software developers and data experts.

Designer Forms: Linking update module component / stand-alone list of values

Hi,

I'm trying to do the following:

create a form, with at the top a list of values drop-down box, filled
with values from table A.
Also at the top, an input box to enter a year.

Below that a list, allowing updates and inserts on table B, where
B.year = the entered year, and B.A = the record selected from table A
(foreign key relationship is defined on the database). The list should
only show the records that fit these criteria, and if a user inserts a
record, it should set these fields to these criteria.

Now, how do I do that in Designer 6i?

Any help would be greatly appreciated!

Thanks,

Camiel.
Jul 19 '05 #1
1 2130
Camiel,
I had a similar form created in Designer6i. I let the user choose
what year they were interested in from a drop down LOV. Then the
Account values displayed to the user to choose from were based upon
the LOV year selected. To accomplish this you will need to put the
code in your 'validation where clause' at the table level of your List
of Values for your Module.

If I need to give you more details, just let me know.

Maggie

c.************@minlnv.nl (Camiel) wrote in message news:<da**************************@posting.google. com>...
Hi,

I'm trying to do the following:

create a form, with at the top a list of values drop-down box, filled
with values from table A.
Also at the top, an input box to enter a year.

Below that a list, allowing updates and inserts on table B, where
B.year = the entered year, and B.A = the record selected from table A
(foreign key relationship is defined on the database). The list should
only show the records that fit these criteria, and if a user inserts a
record, it should set these fields to these criteria.

Now, how do I do that in Designer 6i?

Any help would be greatly appreciated!

Thanks,

Camiel.

Jul 19 '05 #2

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

Similar topics

4
by: Sebastian Bargmann | last post by:
Hi, I've run into a weird problem with the form designer. I have three classes: a messagebox class and two forms (Base and Derived which is derived from Base): (note: only relevant code...
9
by: James Geurts | last post by:
Hey all... I posted this in the vs.net ide group too, but people are not answering, so I figured that it might be more appropriate here. I'm not sure if I'm adding a designer to my code properly. ...
2
by: Jacob | last post by:
I'm writing a custom component with an accompanying designer. I have the designer set up to notify me of changes to some of the components properties so that I can changed the designer verbs....
4
by: James | last post by:
I have a VB windows forms application that accesses a Microsoft Access database that has been secured using user-level security. The application is being deployed using No-Touch deployment. The...
11
by: PAul Maskens | last post by:
The form designer adds unnecessary code to the section when using a subclassed control. I've reproduced this in VS.NET 2002 and VS.NET 2003 so it's pretty fundamental. Outline steps: Create a...
4
by: Dave Taylor | last post by:
I've been using the dataset designer in Visual Studio to create typed datasets for my application by dragging over tables from the Server Explorer and dropping them into the designer. The problem...
5
by: Jeffrey Spoon | last post by:
Hello I have two forms which have components on them. On Screen1 I have a component which I want to update from Screen2. However, if I simply call the component from Screen2 it can't find it. If I...
0
by: Bruce HS | last post by:
In VS2005, VB 2005, I suddenly can't get at a winform design view. The application still runs OK, but I can't see the designer. I'ver rebuilt the solution with no success. I'm looking for a...
4
by: ThunderMusic | last post by:
Hi, I have a custom form that works fine when I debug it or run it in release mode but cannot be loaded in the designer... Actually, it can be loaded in the designer when no control is on it, but...
1
by: =?Utf-8?B?RjVGNUY1?= | last post by:
I have created a control by inheriting ToolStripMenuItem that has an image property called LargeImage. ------ public class EventSubMenuItem : ToolStripMenuItem { private Image _largeImage =...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...

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.