Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×
The Claris Museum: The Vault of FileMaker Antiquities at Claris Engage 2025! ×

This topic is 6063 days old. Please don't post here. Open a new topic instead.

Recommended Posts

  • Newbies
Posted

Hi, I know this may be an incredibly stupid question but here goes: I have a list of products with various models and unique serial numbers (manufacturers not filemaker). In this table a model may appear several times, I want to be able to count how m any of each product is listed (ProductA, ProductB, ProductB, ProductB, ProductC, ProductC, would return 1, 3, 2). I can't for the life of me figure this out. This would allow me to keep tabs on the number of each product in stock.

Thank you for your patience.

Tom

Posted (edited)

I would suggest a table Product Catalog. Then in the Product table, you would assign the Product Catalog ID (how else are you entering Product Descriptions so that they are identical?).

Then, from the Product Catalog table, you can relate to the Products table by Product Catalog ID and count the matches.

Product Catalog:

_kP_ProdCatID

_kF_ManfID

Desc

Model

Products:

_kP_ProductID

__kF_ProdCatID

Serial No

Bar Code?

Edited by Guest
added foreign key to Manfacturer table
  • Newbies
Posted

Thanks, that worked well, I just switched from Access (ugh) to FM so my brain is still a bit crunched. I'm still getting used to the relationships, scripting and so forth in FM, sometimes I go into brain-lock I appreciate your time.

Tom

This topic is 6063 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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.