473,498 Members | 1,815 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Help with simple database concept

Can someone lead me in the right direction for the following:

I have two tables:

tblTelemedCasesFromMainFrame with fields, PolicyNumber, Underwriter

then a table called tblTelemedQuestion with fields
TelemedquestionID
PolicyNumber
NumberofCasesOrder
ProcessComplete
Reason

Basically I want to setup a form that allows the Underwriter to select
their initials from a dropdown, and then have another dropdown which
the recordsource will only be their policies.

Then once they select the policy number, it allows the
NumberOfCasesOrder, ProcessComplete, and Reason fields to be entered.

Thanks
B

Nov 13 '05 #1
2 1017
there's code for this at AccessWeb.
http://www.mvps.org/access/forms/frm0028.htm

part 2 of the question - I guess in the OnCurrent event of the form,
disable the NumberOfCasesOrder, ProcessComplete, and Reason fields.
then in the AfterUpdate event fo the PolicyNumber field, check for null
or whatever, and then enable the 3 fields again.

Nov 13 '05 #2
One of the common setups would be to have a single style form with a record
source of tblMainFrame. Use the combo-box wizard to create a locater type
control to find a specific underwriter. Add a datasheet or continuous type
subform with the record source of tblMainFrame, linked to the [underwriter]
of the main form. Add a second subform with a record source of
tblTelMedQuestion, linked by [policynumber] to the first subform. Now, when
you select a specific underwriter, the first subform will show all related
policynumbers, and the second subform will show the TelemedQuestion record
for that policynumber.
-Ed

"BerkshireGuy" <bd*****@yahoo.com> wrote in message
news:11**********************@g47g2000cwa.googlegr oups.com...
Can someone lead me in the right direction for the following:

I have two tables:

tblTelemedCasesFromMainFrame with fields, PolicyNumber, Underwriter

then a table called tblTelemedQuestion with fields
TelemedquestionID
PolicyNumber
NumberofCasesOrder
ProcessComplete
Reason

Basically I want to setup a form that allows the Underwriter to select
their initials from a dropdown, and then have another dropdown which
the recordsource will only be their policies.

Then once they select the policy number, it allows the
NumberOfCasesOrder, ProcessComplete, and Reason fields to be entered.

Thanks
B

Nov 13 '05 #3

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

Similar topics

4
2738
by: PHPkemon | last post by:
Hi there, A few weeks ago I made a post and got an answer which seemed very logical. Here's part of the post: PHPkemon wrote: > I think I've figured out how to do the main things like...
0
1006
by: Hal Robertson | last post by:
Hello, I would like to model and implement a simple application for keeping track of user survey data for our marketing department. The concept is very simple: a user of our website can opt-in...
1
1958
by: Glen | last post by:
I need to make a project for school that intergrates Frontpage, access, word and powerpoint. I wanted to make something that would be usefull for work also. Anyways, here goes. I hope to create...
14
3082
by: alwayshouston | last post by:
Hi All! I am working on this very small database and I am confused in the designing a simple form. I only have three tables in the database. First Table: tblExpense Columns: ExpenseID ;...
10
2002
by: motessa | last post by:
Hello All, I am new to Access and have been looking for answers to my problem on the internet and have not found it yet. I hope someone can give me a hint. Thanks so much. I have a form...
17
19258
by: RSH | last post by:
I am really trying to grasp the concept of OOP as it applies to C#. I am looking at trying to set up a simple Employee Class but I am having trouble conceptualizing what this class should look...
16
2503
by: pamelafluente | last post by:
I am still working with no success on that client/server problem. I need your help. I will submit simplified versions of my problem so we can see clearly what is going on. My model: A client...
6
1558
by: André | last post by:
Hi, I made a webform for a survey, with multiple-choice questions. The results of each question is put into a table e.g.: values frequency 1 6 2 3 3 32 4 ...
0
5518
by: gunimpi | last post by:
http://www.vbforums.com/showthread.php?p=2745431#post2745431 ******************************************************** VB6 OR VBA & Webbrowser DOM Tiny $50 Mini Project Programmer help wanted...
4
1614
by: Andrew Taylor | last post by:
Hi, I've been using PHP for a long time, I have designed and developed a number of mid-range systems. I've always used a procedural approach. I fully understand the concept of OO, I know all the...
0
7126
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
7168
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
7210
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
7381
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...
1
4916
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 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 a new...
0
4595
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...
0
3096
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
1424
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
1
659
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.