Jump to content

mark serial as used?


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

Recommended Posts

  • Newbies

I have two databases. One is a database of software types and serial numbers we own. The other is a database of computers we own. The computer database creates a value list from the serial numbers in the software database, to assign serial numbers to computers. How can I make the software database click a checkbox to show the serial number was used in the computer database? This would let me quickly scan for available serial numbers. Thanks!

FileMaker Version: 5

Platform: Mac OS 9

Link to comment
Share on other sites

In Software: Used=not isempty(Computer::SW_Serial#)

where the relationship between Software and Computer is Software::License ID=Computer::SW_Serial#

Many volume licenses (like FileMaker) use the same code for all computers. To take this into account, you may instead find it useful to do a count instead:

Used Count=Count(Computer::SW_Serial#)

Link to comment
Share on other sites

This topic is 7309 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.