I have 2 tables, a truck_compartment_table that has truck_number and compartment_size as fields, and trailer_compartment_table which has trailer_number and compartment_size as fields. I have to create a subform of an order form that needs to automatically show the compartment sizes, so i want to combine the compartment_size from the truck table with the compartment_size from the trailer table which will create one field. confused yet? hope not. not only that, i want to be able to change the data in these fields (the compartment size is used to show the capacity, and will be the default litres entered into compartment), and not affect the original data.
In addition to this, the client wants numbers beside each subform entry... 1..2..3..4 etc for each row of data to represent the compartment number.
HELP
In addition to this, the client wants numbers beside each subform entry... 1..2..3..4 etc for each row of data to represent the compartment number.
HELP