harryglos Posted April 26, 2002 Share Posted April 26, 2002 For over a year we have been entering data into our Order Entry system, (over 5000 orders. We use a [LineItems] and [salesDetail] file. The other day I decided to change things around and set up the [LineItems] file to produce our invoices, we currently do it through [salesDetail]. Try as I may I could not get the Customer name and address to show up in [LineItems] even thought there is a relationship between [LineItems] & [Contacts] based on CustomerId. It is then I realized what i'd done. The CustomerId field in [LineItems] was taken from the [salesDetail] file not [Contacts]. I have over 20,000 records in [LineItems]. How can I change this around without destroying my current orders. I must make the change because there is information and reports I need that can only come from [LineItems]. What can I do? Thanks Quote Link to comment Share on other sites More sharing options...
Robert Schaub Posted April 26, 2002 Share Posted April 26, 2002 Your customer name should be defined as a lookup using the relationship from contacts file. When you enter the Customer ID# in the Customer ID field The Customer Name should fill in automatic. This should not effect any other records In Orders or any previous records in line items. That is if you had used a lookup to the details before and the field is not displayed as Details::Customer Name in the layout in your line items file. If it is you will have to do a loop script to relookup the customer name. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.