I have what I think is a complex problem and no idea how to solve it as I am a novice in this area. Any help would be greatly appreciated as a have a deadline and time is running out.
I require to be able to print out a carrier schedule report on a daily basis. This consists of up to 4 addresses and a consignment number in a specific layout on the printed page.The addresses are held in an address table and the consignment numbers are held in a consignment number table. Both tables have autonumber key fields.
So I need to be able to select 4 individual address records from the address table for use in the report.
I need to be able to select one consignment number from the consignment number table for use in the report.
I tried to use the report wizard but there is no obvious relationship between these tables that I can create.The consignment numbers are for one use only and a different one needs to be used each day.
So I need a mechanism to establish a relationship between the selected addresses and the selected consignment number and also to flag up that a consignment number has been used, by somehow using specific fields in the consignment number and address tables presumably.
I appreciate that there's several facets to this application but I would be grateful if anyone can give advice on any facet of the problem.
Thanks in anticipation.
I require to be able to print out a carrier schedule report on a daily basis. This consists of up to 4 addresses and a consignment number in a specific layout on the printed page.The addresses are held in an address table and the consignment numbers are held in a consignment number table. Both tables have autonumber key fields.
So I need to be able to select 4 individual address records from the address table for use in the report.
I need to be able to select one consignment number from the consignment number table for use in the report.
I tried to use the report wizard but there is no obvious relationship between these tables that I can create.The consignment numbers are for one use only and a different one needs to be used each day.
So I need a mechanism to establish a relationship between the selected addresses and the selected consignment number and also to flag up that a consignment number has been used, by somehow using specific fields in the consignment number and address tables presumably.
I appreciate that there's several facets to this application but I would be grateful if anyone can give advice on any facet of the problem.
Thanks in anticipation.