I am not sure if this is the right forum but heres my problem:
I have a VB 08 frontend using a MS SQL server database as its backend. In one of the tables in the database, there was a field called PatientID which had a relation with a primary key field from another table. This field had been used only in a DataGridView. I wanted to remove the field from the database, so first I remove the DataGridView, and then deleted the field from the table. Then I saved the table and refreshed my data source to show that that field was no longer availabe. However, for some reason, it still wants that relationship object, and whenever i try to open the form, it gives me an error saying 'DataMember Property 'FK_MedicineHist_Patients' cannot be found on the DataSource. This also shows up in the error list below, however, it doesnt refer to any particular line of code. The form designer just gives me an option to show the call stack for the error, however I dont understand it. How do I find the problematic code and delete it?
Neil