Hi Chris,
Thanks for that, i solved it a little earlier with:
Private Sub Command3_Click()
If DCount("*", "qryBuilderJobsAlloc") > 0 Then
DoCmd.OpenForm "frmBuilderJobsAlloc", windowmode:=acDialog
Exit Sub
Else
MsgBox "No Records To Display"
End If
End Sub
This works a treat as i'm sure yours would also.
Thank you very much.
Regards