Hi
I have a make table query that creates a table from linked tables from SQl, this works fine.
What it does is brings in order rows by an order number (again this works)
I have a free text field that we can enter free text into and then this goes to a crystal report (again working fine)
The requirement as changed and I think I may need to create another table and link it somehow.
Instead of free text now, we need to add per potential order row, other rows of information
For example
Line 1
(headings or field names) Pack Number, 1.5, 1.8, 2.1, Pieces. M3Total (and under here we need to enter free text)
So under row 1 we could have
Pack Number
However then order may have more than one row so Row 2 could then have multiple rows with pack number etc....
What I cannot figure out is how to make another table that could store this information (then make it as a subform fro entry purposes) but keep the entrys related to the rows and then the order number.
Sorry if I have not explained it very well
Any ideas please
Thanks
I have a make table query that creates a table from linked tables from SQl, this works fine.
What it does is brings in order rows by an order number (again this works)
I have a free text field that we can enter free text into and then this goes to a crystal report (again working fine)
The requirement as changed and I think I may need to create another table and link it somehow.
Instead of free text now, we need to add per potential order row, other rows of information
For example
Line 1
(headings or field names) Pack Number, 1.5, 1.8, 2.1, Pieces. M3Total (and under here we need to enter free text)
So under row 1 we could have
Pack Number
1.5
1.8
2.1
80080020
10
0
8001000
10
20
etc....However then order may have more than one row so Row 2 could then have multiple rows with pack number etc....
What I cannot figure out is how to make another table that could store this information (then make it as a subform fro entry purposes) but keep the entrys related to the rows and then the order number.
Sorry if I have not explained it very well
Any ideas please
Thanks