OracleScorpion
Programmer
Hi,
I have one main table which pulls information from other tables. In the main table is information and links via autonumbering to the other tables in order to fill in the gaps. Now the problem is on how to pull the necessary information and make a graph of it.
The tables will be put down under in the message.
Anyhow, I have a form in which the user has to choose 3 things and on which basis a report has to be made. I know absolutely nothing on how I best start on this, so I hope someone will be able to help me out.
On the form the user must choose a loadingport, a destinationport and an agent (the form is made and in order, I just need to put the code behind the OK-button). From these choices, a list has to be made with all the information on it (from the Freight list combined with the other tables so the user gets names instead of numbers) and also a graph has to be made (columns) with:
X : date
Y : freight
I know it's not explained well, but I always have problems explaining things in an easy way. Nevertheless I hope someone can help me and give me some tips.
THANK YOU!!
Freight
-------
FreightId
Date
CCId
FFId
AgentId
Vessel
LoadingPortId
DischargePortId
Freight
Fac
Valuta
Comments
Agent
-----
AgentId
Agent
CC
--
CCId
CC
FF
--
FFId
FF
Loading Port
------------
LoadingPortId
LoadingPort
Destination Port
----------------
DestinationPortId
DestinationPort
I have one main table which pulls information from other tables. In the main table is information and links via autonumbering to the other tables in order to fill in the gaps. Now the problem is on how to pull the necessary information and make a graph of it.
The tables will be put down under in the message.
Anyhow, I have a form in which the user has to choose 3 things and on which basis a report has to be made. I know absolutely nothing on how I best start on this, so I hope someone will be able to help me out.
On the form the user must choose a loadingport, a destinationport and an agent (the form is made and in order, I just need to put the code behind the OK-button). From these choices, a list has to be made with all the information on it (from the Freight list combined with the other tables so the user gets names instead of numbers) and also a graph has to be made (columns) with:
X : date
Y : freight
I know it's not explained well, but I always have problems explaining things in an easy way. Nevertheless I hope someone can help me and give me some tips.
THANK YOU!!
Freight
-------
FreightId
Date
CCId
FFId
AgentId
Vessel
LoadingPortId
DischargePortId
Freight
Fac
Valuta
Comments
Agent
-----
AgentId
Agent
CC
--
CCId
CC
FF
--
FFId
FF
Loading Port
------------
LoadingPortId
LoadingPort
Destination Port
----------------
DestinationPortId
DestinationPort