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
Hi
The Forms you need to create based on the suggested Relationship diagram are as follows.
The Main Form based on PersonDetails with a Subform based on the Associations table.
I can say that there is a 1 to Many relationship between tblAgencyNames and tblPayroll and both PK and FK are set as ShortText which does not conform to normal practice.
The relationship between tblPayroll and tblEmployeeNames is 1 to 1 and yet again the Keys are set as Short text. It is very...
Hi
You can have the following relationship between these tables, but we do not know what your business process is.
With this relationship you can create a Form as shown in the attached screenshot.
I had to run a few update queries to get the correct values in the Payroll table for Employee...