I have a form and a subform that displays (its a continuous form) all the updates for the particular record displayed in the main form. Theres an option to delete records in the subform. Sometimes, when I go to delete a record from the subform (through a button), I get run-time error 3201, which say no current record.
The thing is, I can see the currenct record! I even have record selectors turn on in the subform so I can see exactly what record is selected (has a black error to the left of the record). Whenever I actually select the record with the cursor though, I get no error.
So do record selectors not actually point out the "current record" on a form, and if not, is there a way in VB that I can find out which record has the black record selector arrow next to it and make that record the current record? Sorry if it seems confusing. Thnx.
-Jedi420
The thing is, I can see the currenct record! I even have record selectors turn on in the subform so I can see exactly what record is selected (has a black error to the left of the record). Whenever I actually select the record with the cursor though, I get no error.
So do record selectors not actually point out the "current record" on a form, and if not, is there a way in VB that I can find out which record has the black record selector arrow next to it and make that record the current record? Sorry if it seems confusing. Thnx.
-Jedi420