still_rookie
Registered User.
- Local time
- Today, 19:08
- Joined
- Apr 17, 2005
- Messages
- 122
help..
This is my visual basic code for access... But there is somin wrong, it keeps giving me an error with the line in red...
This is my visual basic code for access... But there is somin wrong, it keeps giving me an error with the line in red...
Code:
Private Sub Command2_Click()
Frame0.Visible = True
Command15.Visible = True
End Sub
[COLOR=red]Private Sub Command15_Click()[/COLOR]
If Option3.Value = True Then
Accidents.Show
End If
If Option5.Value = True Then
Car Details.Show
End If
If Option7.Value = True Then
Employee Details.Show
End If
If Option9.Value = True Then
Fuel Details.Show
End If
If Option11.Value = True Then
Service.Show
End If
If Option13.Value = True Then
Transaction.Show
End If
End Sub