-1

I want to make report in foxpro, with relationship. I have tables "Costumer" and "Order". Which "Order" table has foreign key "IDCostumer". But i want to show in the Order report the name of costumer instead of "IDCostumer". i hope you understand my question, sorry if my english very bad.

Joni Lelet
  • 47
  • 6

1 Answers1

-1

I got the problem. The problem is the length of data. I make mistake to make table. The length of IDCostumer field is different with the length of Foreign key IDCostumer in order table. that makes data not shown in the report. ok then bye

Joni Lelet
  • 47
  • 6
  • This isn't a helpful answer for this website. While you have discovered the answer to your own problem, it does not help anyone else because you haven't actually provided that answer. – KindaTechy Feb 20 '17 at 17:32