psbrown
MIS
- Oct 16, 2001
- 40
Hi
Background
I have a inventory database for our computers, I am trying to tie in the software licenses to make sure we do not exceed our qouta.
I have created a table (call it A) with a softwareID and the quantity of licenses we have.
I have Created a table (call it B) that ties a computerID to the SoftwareID.
I have created a query (call it C) that counts the number of SoftwareID's in use and contains the fields Software and CountOfSoftware.
I want to create a form based table B that when you enter the softwareID against the Computer ID some code checks query c and flags that the qouta of licenses has been exceeded.
Any help would be greatly appreciated
Thanks
Paul
Background
I have a inventory database for our computers, I am trying to tie in the software licenses to make sure we do not exceed our qouta.
I have created a table (call it A) with a softwareID and the quantity of licenses we have.
I have Created a table (call it B) that ties a computerID to the SoftwareID.
I have created a query (call it C) that counts the number of SoftwareID's in use and contains the fields Software and CountOfSoftware.
I want to create a form based table B that when you enter the softwareID against the Computer ID some code checks query c and flags that the qouta of licenses has been exceeded.
Any help would be greatly appreciated
Thanks
Paul