form navigation modelling

G

Guest

Hello,

I need to design a user interface for pricing several financial products.

I have a list of clients who buy one or more of these products. Based on
which products they decide to buy, I need to input a different set of
parameters for each product. In other words, if they pick ProductA, I will
need to input ParameterA, ParameterB and ParameterC. If they choose ProductB,
I will need to input ParameterE and ParameterF. Obviously, the client can
choose to purchase both products A and B, in which case I will need a way to
input parameters A,B,C for product A, and parameters E and F for ProductB.
These parameters are of different data types.

The way I would do this on the Web is by having one screen for choosing the
product basket, then another screen that would list all the products with
links next to each product which would take me to the appropriate screen for
each product to input the necessary parameters.

I am thinking that Access should have a way to model this setup, but haven't
been able to find anything for 2 weeks now. So any help would be greatly
appreciated as I am running out time.


Josh
 
A

Albert D. Kallal

your designs you choose are really only limited by your mind....

For some designs, in place of choosing a list and jumping to a next form, I
will display the results in a grid.

Here is some ideas:

http://www.members.shaw.ca/AlbertKallal/Articles/Grid.htm

And, another drill down example here:
http://www.members.shaw.ca/AlbertKallal/Search/index.html

And, take a look at some of the screens here:
http://www.kallal.ca/ridestutorialp/drivers.htm
or
here:
http://www.kallal.ca/ridestutorialp/

Your choice to "fill" a grid of data, or jump to the next form is really
your choice. You can mix these ideas anyway you want....
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top