The key is whether or not the [days remaining] field is numeric or short text. If numeric, plog has provided the solution. If it is text (not a good idea) then the code would be:
Private Sub reportbtn_Click()
DoCmd.OpenReport "itemcheck", acViewReport, , "Val([days remaining]) <= " &...