Bind Windows Form to SQL Table -- Like an access database?
Is it possible to do this? If so, how would I need to set this up? Essentially, I want to (let's use access terms) use the SQL Table as the 'control source' for the windows form, so I can easily bind different checkboxes and textboxes to the SQL table. And I can add forward & backward arrows to cycle through the records.