| Chat with a LIVE Microsoft
Access Expert! |
||||
|
||||
|
#1
|
|||
|
|||
|
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. |
| Sponsored Links |
|
#2
|
|||
|
|||
|
?¿?¿¿?¿?¿?¿?¿?¿
|
| Sponsored Links |
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Label Report Problem | pozzo | Reports | 1 | 11-04-2004 10:25 PM |
| Adding a field to a report that already exists | MilaB | Reports | 2 | 01-16-2004 03:54 AM |
| Report Label Query | GJT | Reports | 4 | 10-29-2003 03:06 PM |
| Avery Label Report Formatting | Benny Wong | Reports | 1 | 01-05-2003 02:42 PM |
| To display duplicate data on label report | Pozko | Reports | 4 | 01-05-2003 01:56 PM |