Is this my fault or someting else?
Code:
Private Sub Confirmed_BeforeUpdate(Cancel As Integer) If gcfHandleErrors Then On Error GoTo PROC_ERR PushCallStack "ConfirmDeployment" Dim strfield As String strfield = Me.ConsultantID & ""
Private Sub Confirmed_BeforeUpdate(Cancel As Integer) If gcfHandleErrors Then On Error GoTo PROC_ERR PushCallStack "ConfirmDeployment" Dim strfield As String strfield = Me.ConsultantID & ""
Private Sub MySearchButtonClick()
If gcfHandleErrors Then On Error GoTo PROC_ERR
PushCallStack "MySearchButton"
If Me.AllowFlexibility = True Then
If Me.UseSpecialism = True And Me.UseCountryExperience
Private Sub Form_Load() DoCmd.SetWarnings = false DoCmd.OpenQuery "YourQuery" DoCmd.SetWarnings = true End Sub
TRANSFORM Count(Tbl_events.DateTime) AS CountOfDateTime SELECT Tbl_Grid.GridSquare FROM (Tbl_Grid LEFT JOIN Tbl_Locations ON Tbl_Grid.ID = Tbl_Locations.GridSquare) INNER JOIN Tbl_events ON Tbl_Locations.ID = Tbl_events.Tbl_Locations_ID GROUP BY Tbl_Grid.GridSquare ORDER BY Tbl_Grid.GridSquare
Private Sub Form_Load()
Me.Visible = False
If DCount("*", "ExpiryQuery1") > 0 Then
DoCmd.OpenForm "ExpiryForm1", acFormDS, , , acFormReadOnly
Else
If DCount("*", "ExpiryQuery2") > 0 Then
DoCmd.OpenForm
Private Sub Command83_Click()
Dim strPersonRef As String
Dim strSearch As String
'Check txtSearch for Null value or Nill Entry first.
If IsNull(Me![txtsearch]) Or (Me![txtsearch]) = "" Or (Me![txtsearch]) = "Surname" Then
Leave a comment: