I am working on a software and hardware inventory database for my company. I have all the software stored in one table that basically looks like this
SoftwareID AutoNumber
SoftwareName Text
OperatingSystem? Boolean
I need a query that only returns the names of all Operating systems as well as one that gives me the names of all other software.
Can anyone tell me what criteria I have to use for this?
Thx
SoftwareID AutoNumber
SoftwareName Text
OperatingSystem? Boolean
I need a query that only returns the names of all Operating systems as well as one that gives me the names of all other software.
Can anyone tell me what criteria I have to use for this?
Thx