S
Sparky Arbuckle
I'm currently writing a Windows application in VB.NET using Visual
Studio .NET 2003 and connecting to a MS Access database. The software
checks SMS and Active Directory to see if a software license is
available and, if so; writes the employee's name into tblSoftware for
that instance of software.
So let's say "MS Access 2003" was available for user "Joe Schmo". I
have 2 hidden labels that contain this data. I then set 2 variables:
How would I INSERT Joe Schmo into a table where SoftwareTitle = MS
Access 2003 and the ID (autonumber) was MaxOfID?
Would I have to create 2 queries, one to find max of ID where
SoftwareTitle = MS Access 2003, and then one to INSERT? I'm probably
missing something small here.
Studio .NET 2003 and connecting to a MS Access database. The software
checks SMS and Active Directory to see if a software license is
available and, if so; writes the employee's name into tblSoftware for
that instance of software.
So let's say "MS Access 2003" was available for user "Joe Schmo". I
have 2 hidden labels that contain this data. I then set 2 variables:
How would I INSERT Joe Schmo into a table where SoftwareTitle = MS
Access 2003 and the ID (autonumber) was MaxOfID?
Would I have to create 2 queries, one to find max of ID where
SoftwareTitle = MS Access 2003, and then one to INSERT? I'm probably
missing something small here.