wondering anyone had a snippet they could share
i want to write a routine using a do while loop that prints all the current reports in a database,
im wondering if there is a way to access reports by a number?
Thanks all.
--------
Claudia
this is the code i am using to test:
(redline is higlighted in debugging due to Error 13 Type Mismatch)
Dim myField As Field
Set myField = Me.ComboRel2
If IsNull(myField) = False Then
MsgBox Str(myField)
End If
any thoughts?
Reason for this:
i have 10 fields and a lengthy after_update...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.