Thank you.
Here is SQL Statement
INSERT INTO Ticket_Tracker_Table ( ID )
SELECT 4000 AS Expr1;
If i put Test before 4000 and run the query. I get the pop up window, it says "Enter Parameter value. When i write Test4000, it says Data type mismatch in the criteria expression.