I have this parametized query:
PARAMETERS paramSling Short, paramLand Short, paramTSN IEEEDouble paramCraftID Text ( 7 );
INSERT INTO tblLogs ( Sling, Land, ENG_TSN, CraftID )
VALUES ([paramSling], [paramLand], [paramTSN], [paramCraftID]);
and I'm using this code to fill in the parameters...