Newbies EaterOfDog Posted April 15, 2004 Newbies Posted April 15, 2004 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
Ender Posted April 16, 2004 Posted April 16, 2004 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#)
Recommended Posts
This topic is 7583 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