randini Posted January 12, 2006 Posted January 12, 2006 Actually I'm not sure if it's a relationship or a lookup. I am a total FMPro newbie. I have a database from a manufacturer that has product UPC codes and prices for those products. I have databases coming in from customers with the same product UPC codes and how many cases they ordered of each product but with no price attached. What I would like to do is have my customer database match it’s UPC code to the manufacturer’s database UPC code, then take the price associated with that upc code and put it into the customer’s database and then total the price of the product by its quantity. The last part is a simple calculation that I can handle, but I’m not sure how to go about getting the price into the customer’s database. Any help would be greatly appreciated.
Zero Tolerence Posted January 13, 2006 Posted January 13, 2006 There is no need to put the price in the customer Database, unless you want to send it back to the customer, then you would need to import all of the companies products. Anyhow. Just relate the tables by that UPC Code. Then, to get the total price for the customer, Create a calc field cTotal_Price. Define it as: CompDATABASE::PRICE * CUSTDB::Units_Ordered.
randini Posted January 13, 2006 Author Posted January 13, 2006 Thanks for the help. I was able to get the price into the customer database using a relationship, which I needed to do, but when I go into list view I get a little label named price besides every entry. How can I turn this off?
Recommended Posts
This topic is 6947 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now