Would appreciate anyones help with a design problem I can't figure out.
I am new to Crystal and the problem I am having is:
I am trying to pull data from 2 tables - from an OrderHead table and an OrderDetail table.
I need all the order numbers pulled just ONCE from the orderhead table and need a department group number from the orderdetail table. The problem is that the order detail table has multiple lines per order - so when I add the department group number, I am getting multiple order numbers due to the multiple lines from the orderdetail table.
The department group number is only in the order detail table.
In Access, I would have just used a "first" function for the department group number, but in Crystal I can't seem to find out how to do this. It seems like it would be simple, but just can't seem to get it to work..
Any help would be much appreciated!
Thanks
John