Select record from list box for update

  • Thread starter Thread starter dnemitz
  • Start date Start date
D

dnemitz

I have been trying to re-create the method shown in
Microsoft Knowledge Base Article - 274809 . I can get the
two command buttons that move all to work, but the double
click items do not work. I have tried de-bugging, then
stepping through and it always stops at
"Rst.Find "ProductID=" & lstCurrent.value" line.
I get the following error:
"Microsoft VBScript runtime error: Object
required: '1stCurrent'"
I have deleted all and tried this several times, but with
the same results. Am I missing something here?
Thanks
Don
 
Is that control name 1stCurrent, meaning it begins with the number 1?
Controls cannot start with numbers; change the name of the control to begin
with a letter.
 
That did it!
Thanks,
-----Original Message-----
Is that control name 1stCurrent, meaning it begins with the number 1?
Controls cannot start with numbers; change the name of the control to begin
with a letter.

--
Ken Snell
<MS ACCESS MVP>




.
 
Back
Top