OK thanks for the explanation.
To address the multiple checkbox's I would suggest that your relationships and Data Input Form would look something like that shown in the attached.
Not knowing enough about your process I have just made a guess at some field names.
Hi
Your CustomerT table has a field called "ID" and is an Autonumerber but you have not set this as the PK?
The "ID" field should be renamed to CustomerID
You should then add a new field named "CustomerID" to the table "OrderT" and this should be a Number data Type - Long Integer.
You should...
Hi
Well for a start you cannot have "one table containing approximately 540 fields".
The limit is 255 fields for each Table.
Can you give us an example of the data for each of the 4 suggested tables?
The following process's look OK:-
1. PurchasesT, PurchasedetailsT, Suppliers
2. CustomersT, OrdersT, OrderdetailsT
Not really understanding your process using all of the other tables.
Can you explain?
1 Person can have 1 or more Associates.
Your query will show repeating Person details for every Associate.
When you create a Report based on the query you have an option to Group by. In this case Group by Person.
The Person details are placed in the GroupBy Header and the Associate details...
Hi Adam
If you have a field in the related table with the Memo Fields which Uniquely identifies your Customer, then you can run 1 Update Query to insert CustomerID's for all records.
Hi
You should have your Relationships between tables set out as shown below. This might need changing depending on further details of your process.
Also, when you do your data input you would use a Main Form for your Customer, a Subform for the related Order Date details and a further related...
Hi
Your Freight Charges are as shown below/ How do you determine how much to charge for Freight Charges?
Freight Charges
₹ 3,000.00
₹ 6,500.00
₹ 7,000.00
₹ 8,500.00
₹ 9,000.00
₹ 10,000.00
₹ 10,500.00
₹ 11,500.00
₹ 12,500.00
₹ 12,000.00