integritycare
Technical User
Hi All,
I am using some code by Daniel van den Berg re having a star rating on a form. On the subform it works ok.But when the subform is on the navigation Form (access 2007) it gives this error.
The code below is on the subform
The code on the star image is below. There are 5 stars with identical code except for the img no
I think is it due to relationships between the Navigation Form and the subform. Just need some help to figure this out please.
KP
I am using some code by Daniel van den Berg re having a star rating on a form. On the subform it works ok.But when the subform is on the navigation Form (access 2007) it gives this error.
The code below is on the subform
Code:
Private Sub Form_Current()
SetRating Form_RecipesNew, Me.cRating
End Sub
The code on the star image is below. There are 5 stars with identical code except for the img no
Code:
Private Sub imgSt1_Click()
SetRatingClick Me.imgSt1, Me.cRating
End Sub
KP