Chat with a LIVE Microsoft Access Expert!
 
       
 

         

   

Go Back   Access World Forums > Microsoft Access Discussion > Reports

 
 
Chat with a LIVE Microsoft Access Expert!
Reply
 
Thread Tools Rate Thread Display Modes
  #1  
Old 08-23-2005, 02:59 AM
_Brian_ _Brian_ is offline
Registered User
 
Join Date: Nov 2004
Posts: 29
_Brian_ is on a distinguished road
Question exists label in report

I need to verify if a label (label) exists or not in a report.

Private Sub Report_Open(Cancel As Integer)
On Error GoTo leer_error
aaa Me
leer_error:

End Sub


Function aaa(me1 As Report)
On Error GoTo read
If me1("data") Then
msgbox " exists data"
else
msgbox " NO exists data"
End If
read:
MsgBox Err.Number
End Function

this code generate of error 2462. in the report it has many fields of table. but depending if I put one or another one it must do a thing or another one.
Reply With Quote
Sponsored Links
  #2  
Old 08-25-2005, 11:15 PM
_Brian_ _Brian_ is offline
Registered User
 
Join Date: Nov 2004
Posts: 29
_Brian_ is on a distinguished road
Unhappy

?¿?¿¿?¿?¿?¿?¿?¿
Reply With Quote
Sponsored Links
Reply

Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Label Report Problem pozzo Reports 1 11-04-2004 09:25 PM
Adding a field to a report that already exists MilaB Reports 2 01-16-2004 02:54 AM
Report Label Query GJT Reports 4 10-29-2003 02:06 PM
Avery Label Report Formatting Benny Wong Reports 1 01-05-2003 01:42 PM
To display duplicate data on label report Pozko Reports 4 01-05-2003 12:56 PM


All times are GMT -8. The time now is 10:04 AM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
(c) copyright 2009 Access World