sqlstring = sqlstring & "from booking where booking.bookingid = bookingid"

whats wrong with that select statement?
when i run it,it suppose to give me fields for specific booking id, but it shows specific fields for all booking

need help pls