|
|
|||||||||
|
|||||||||
|
|||||||||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
You eat, breathe and sleep innovation. Build your mobile intelligence with BlackBerry® experts this July. Register Today! |
|
#1
|
|||
|
|||
|
lauching a form
wuts the coding for a button to launch a new window (form), say on my main form1 i have a button called 'map' and when u click that a map appears in a different window
|
|
#2
|
|||
|
|||
|
Private Sub map_Click()
On Error GoTo Err_map_Click Dim stDocName As String Dim stLinkCriteria As String stDocName = "form" DoCmd.OpenForm stDocName, , , stLinkCriteria Exit_map_Click: Exit Sub Err_map_Click: MsgBox Err.Description Resume Exit_map_Click End Sub |
![]() |
| Viewing: ASP Free Forums > Programming > Visual Basic Programming > lauching a form |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|