C
Craig Buchanan
I am trying to open a form and display a single record. I the 'search'
form, I use the command:
DoCmd.OpenForm "frmIncident", , , "Id=" & Me.Incidents.Value
When I look at the code, Me.Incidents.Value is populated correctly.
The form I want to filter, frmIncident, opens, but only displays the new
record, not the one that is being specified by the where clause.
The issue seems to be with the frmIncident form, as other forms open as
expected. For the life of me, I can't seem to determine what setting is
causing the problem.
Does anyone have a suggestion?
Thanks.
Craig
form, I use the command:
DoCmd.OpenForm "frmIncident", , , "Id=" & Me.Incidents.Value
When I look at the code, Me.Incidents.Value is populated correctly.
The form I want to filter, frmIncident, opens, but only displays the new
record, not the one that is being specified by the where clause.
The issue seems to be with the frmIncident form, as other forms open as
expected. For the life of me, I can't seem to determine what setting is
causing the problem.
Does anyone have a suggestion?
Thanks.
Craig