S
Sassyx
Experiencing odd behaviour in Access 2002. When clicking the form to
retrieve detailed data, it only works once. Once I close the form opened as
below and double click again I am presented with a blank page, I have to
close Access and restart and still only works once. Thought maybe a focus
problem, but not a coder and need some guidance. Thank you in advance.
Private Sub Rank_DblClick(Cancel As Integer)
Dim DocName As String
Dim LinkCriteria As String
DocName = "FrmInfotab- Project Edit Form"
LinkCriteria = "[infoid] = Forms![FrmIa- Detail Info by ID]![infoid]"
DoCmd.OpenForm DocName, , , LinkCriteria
Exit_Project_DblClick:
Exit Sub
retrieve detailed data, it only works once. Once I close the form opened as
below and double click again I am presented with a blank page, I have to
close Access and restart and still only works once. Thought maybe a focus
problem, but not a coder and need some guidance. Thank you in advance.
Private Sub Rank_DblClick(Cancel As Integer)
Dim DocName As String
Dim LinkCriteria As String
DocName = "FrmInfotab- Project Edit Form"
LinkCriteria = "[infoid] = Forms![FrmIa- Detail Info by ID]![infoid]"
DoCmd.OpenForm DocName, , , LinkCriteria
Exit_Project_DblClick:
Exit Sub