T
Todd
I'm about to go crazy here. I have records showing in a listbox
(lstShortGoals). I set the double click event to...
Dim Crit As String
Crit = "[GoalID] = " & Me.lstShortGoals
DoCmd.OpenForm "GoalDetails", , , Crit
The code opens the form, but it displays a blank record (new actually), not
the one specified. I've looked at the code as it runs and Me.lstShortGoals
is set to the correct GoalID number. This is boggeling my mind. What could
I be doing wrong? Could it be my form properties?
Thanks!
(lstShortGoals). I set the double click event to...
Dim Crit As String
Crit = "[GoalID] = " & Me.lstShortGoals
DoCmd.OpenForm "GoalDetails", , , Crit
The code opens the form, but it displays a blank record (new actually), not
the one specified. I've looked at the code as it runs and Me.lstShortGoals
is set to the correct GoalID number. This is boggeling my mind. What could
I be doing wrong? Could it be my form properties?
Thanks!