hi guys,
is there anything wrong with this simple line of code:
If Me!ArtistID.IsVisible Then
rs!ArtistID = Me!ArtistID
Else... bla bla
I just want to check if this control named ArtistID is visible and use that as a condition in my if-else statement. but i keep on getting this run-time error '2455' which says 'You entered an expression that has an invalid reference to the property IsVisible.'
can anyone shed some light on this for me pls? thanks!
is there anything wrong with this simple line of code:
If Me!ArtistID.IsVisible Then
rs!ArtistID = Me!ArtistID
Else... bla bla
I just want to check if this control named ArtistID is visible and use that as a condition in my if-else statement. but i keep on getting this run-time error '2455' which says 'You entered an expression that has an invalid reference to the property IsVisible.'
can anyone shed some light on this for me pls? thanks!