Hello
I am executing the following:
DoCmd.OpenForm "frmDownloadLog", , , "logid = " & Me.LogID
When the LOGID field is double clicked, the form should open with the appropiate record. Sometimes it does and sometimes it does not. The LOGID does exist and the record has valid data. Would anyone have any idea as to why the form is not consistently displaying the record.
Thanks so much in advance for your HELP.
I am executing the following:
DoCmd.OpenForm "frmDownloadLog", , , "logid = " & Me.LogID
When the LOGID field is double clicked, the form should open with the appropiate record. Sometimes it does and sometimes it does not. The LOGID does exist and the record has valid data. Would anyone have any idea as to why the form is not consistently displaying the record.
Thanks so much in advance for your HELP.