D 
		
								
				
				
			
		David
I am trying to do an SQL statement in a module.  It is
highlighted in red and doesn't like it. Is it even
possible to do this in an event procedure???
Here is what I have.....
temprevnum = SELECT tbl_Revisions.RevNumber
FROM tblRevisions
WHERE me.MachineNum = tblRevisions.MachineNum;
				
			highlighted in red and doesn't like it. Is it even
possible to do this in an event procedure???
Here is what I have.....
temprevnum = SELECT tbl_Revisions.RevNumber
FROM tblRevisions
WHERE me.MachineNum = tblRevisions.MachineNum;