G
Guest
Hi!
I import a report design and form design from another program with the
same table data. However, when I run it, it won't load the form. I check the
table/query/form/report are there already, but it won't load. Which setting I
missed possible?
Thank you.
fox
Private Sub Report_Open(Cancel As Integer)
' Don't open report if dialog box is not loaded
If Not (IsLoaded("SampleDetialF")) Then
UseOptions
Cancel = True
Exit Sub
End If
End Sub
I import a report design and form design from another program with the
same table data. However, when I run it, it won't load the form. I check the
table/query/form/report are there already, but it won't load. Which setting I
missed possible?
Thank you.
fox
Private Sub Report_Open(Cancel As Integer)
' Don't open report if dialog box is not loaded
If Not (IsLoaded("SampleDetialF")) Then
UseOptions
Cancel = True
Exit Sub
End If
End Sub