G
Garu
Hi,
I have this created a query for my "combo box" to list out related columns
where QtrID is empty. Is it possible to modify the same query via vba code?
What I would like to do is to change the "Is Null" to "not Is Null" to list
out columns where QTRID is not empty.
Below is the query text:
SELECT Personnel.PersonnelID, Personnel.ArmyNumber, Personnel.Rank,
Personnel.Name FROM Personnel WHERE ((Not (Personnel.QtrID) Is Null)) ORDER
BY Personnel.PersonnelID;
Thanks,
Garry
I have this created a query for my "combo box" to list out related columns
where QtrID is empty. Is it possible to modify the same query via vba code?
What I would like to do is to change the "Is Null" to "not Is Null" to list
out columns where QTRID is not empty.
Below is the query text:
SELECT Personnel.PersonnelID, Personnel.ArmyNumber, Personnel.Rank,
Personnel.Name FROM Personnel WHERE ((Not (Personnel.QtrID) Is Null)) ORDER
BY Personnel.PersonnelID;
Thanks,
Garry