I have an insert into query based on a recordset from a stored procedure. The recordset contains a field that has a uniqueidentifier. How can I insert this into my table. It just does not want to work.
Insert into [Copy Of CurrentData](TXT_JPEG_KEY)
Values ({6635F4F8-D827-45B4-85C0-0FD6E5388359})
What datatype should TXT_JPEG_KEY Be?
Thanks
Andy
Insert into [Copy Of CurrentData](TXT_JPEG_KEY)
Values ({6635F4F8-D827-45B4-85C0-0FD6E5388359})
What datatype should TXT_JPEG_KEY Be?
Thanks
Andy