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

Display a series of records with mixed forms

Hi,

I've not done a lot of MS Access work and have been tasked with
creating a database to record and report on stages of complaints cases.

Each set of records for a case has a header, any number of complaint
follow-ups and any number of actions or outcomes against the case. Each
of these have different forms, with the case number being the
connecting key, and a date/time field.

Creating these individual records is not a problem. However, there is a
requirement to step through the entire case in chronological order both
for display and for reporting a full case history. This means using
mixed forms for the recordset. If there was only one form other than
the header I would use a subform but can't see how to mix them.

For my sins, I'm an ex Lotus Notes programmer and can picture how I
would do all this fairly easily. As I said, though, my Access is not at
that level as yet, but I'm sure there must be a simple method to do
something so logical.

Please could someone give me a pointer in the right direction?

Thanks,

Joan

Nov 13 '05 #1
2 1745
<jo***********@btopenworld.com> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
Hi,

I've not done a lot of MS Access work and have been tasked with
creating a database to record and report on stages of complaints cases.

Each set of records for a case has a header, any number of complaint
follow-ups and any number of actions or outcomes against the case. Each
of these have different forms, with the case number being the
connecting key, and a date/time field.

Creating these individual records is not a problem. However, there is a
requirement to step through the entire case in chronological order both
for display and for reporting a full case history. This means using
mixed forms for the recordset. If there was only one form other than
the header I would use a subform but can't see how to mix them.

For my sins, I'm an ex Lotus Notes programmer and can picture how I
would do all this fairly easily. As I said, though, my Access is not at
that level as yet, but I'm sure there must be a simple method to do
something so logical.

Please could someone give me a pointer in the right direction?

Thanks,

Joan

Although the design of the forms is important, it is normally table design
which is of primary importance and drives everything else. I'm not sure how
far you have got with this, but if we saw this then we might give a better
answer. Anyway, as a very general response, I could imagine a form with a
subform (or perhaps listbox or treeview) which would be a thin list down the
left showing the various items in chronological order. There would also be
a tabbed control with each tab having a subform for each particular thing
you are dealing with.
So highlighting itemX which is ThingType1 would show the make Tab1 visible
and all others invisible and would set the subform's recordsource to SELECT
* FROM tblType1Things WHERE CaseID=Me!CaseID.
Can you imagine this sort of thing?
Nov 13 '05 #2
Brian,

Many thanks for that. When I first posted I hadn't got past the
pondering stage but I've got all the forms done now and your suggestion
virtually replicated what I'd have seen in Notes.

I did a similar generated list box for something totally different a
year or so ago in Access but it simply didn't click as being the way to
go for this.

I'm not finished yet but I'm quietly confident!

Thanks again.

Joan

Brian Wilson wrote:
<jo***********@btopenworld.com> wrote in message
news:11**********************@g44g2000cwa.googlegr oups.com...
Hi,

I've not done a lot of MS Access work and have been tasked with
creating a database to record and report on stages of complaints cases.

Each set of records for a case has a header, any number of complaint
follow-ups and any number of actions or outcomes against the case. Each
of these have different forms, with the case number being the
connecting key, and a date/time field.

Creating these individual records is not a problem. However, there is a
requirement to step through the entire case in chronological order both
for display and for reporting a full case history. This means using
mixed forms for the recordset. If there was only one form other than
the header I would use a subform but can't see how to mix them.

For my sins, I'm an ex Lotus Notes programmer and can picture how I
would do all this fairly easily. As I said, though, my Access is not at
that level as yet, but I'm sure there must be a simple method to do
something so logical.

Please could someone give me a pointer in the right direction?

Thanks,

Joan

Although the design of the forms is important, it is normally table design
which is of primary importance and drives everything else. I'm not sure how
far you have got with this, but if we saw this then we might give a better
answer. Anyway, as a very general response, I could imagine a form with a
subform (or perhaps listbox or treeview) which would be a thin list down the
left showing the various items in chronological order. There would also be
a tabbed control with each tab having a subform for each particular thing
you are dealing with.
So highlighting itemX which is ThingType1 would show the make Tab1 visible
and all others invisible and would set the subform's recordsource to SELECT
* FROM tblType1Things WHERE CaseID=Me!CaseID.
Can you imagine this sort of thing?


Nov 13 '05 #3

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

Similar topics

6
by: Matthew Nuzum | last post by:
We've had a chance to talk to some of our competitors who have recently gone out of business. One of the major failings that contributed to their collapse was not accurately understanding how much...
3
by: ken | last post by:
I have a 2000 database of celebrities. Fields include : first name, last name and series 1, series 2, series 3. Can I get a report that would list, for example, Lorne Greene under a group...
3
by: Daniel Tan | last post by:
Hi, i got a subform and inside got some records. But i want to press a button and make all those records to a report. It only display all those records with same Job Order no. I want to display all...
3
by: SJM | last post by:
I have a problem that occurs occasionally with a db for a undetermined reason which I would love to solve. I construct and append a series of 7 records to a table using ADO recordset. Each record...
4
by: aW | last post by:
I have an interesting dilemma. I have a table with the following records: =================================================== Box | Series Start | Series End...
9
by: Sandy | last post by:
Hi all, I have a form to list records (frmListIssue) which I call from different other forms. My wish is to display a message when the form is called and empty; no records to display. I want to...
1
by: bvisscher | last post by:
I posted this recently in microsoft.public.vc.language and was redirected here. I also searched this ng and found some relavant threads. The most relavent I found was: ...
13
by: Owen Jenkins | last post by:
Following on from an earlier post... I can reliably corrupt a record by doing the following ... Open two separate but identical front ends on one PC each linking to the same back end. Edit a...
36
by: beebelbrox | last post by:
Hi, I am new VB programming in Access and I am requesting help with the following code. WIndows OS MSaccess 2003 This code is attached to an unbound form that will display a specific recordset...
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: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
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?
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
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
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...

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.