rs.FindFirst "[PC_Tag_Number] = '" & Str(Nz(Me![Combo59], 0)) & "'"
You'd also be better off using
Dim rs As DAO.Recordset

Signature
Doug Steele, Microsoft Access MVP
http://I.Am/DougSteele
(no private e-mails, please)
> Hi guys:
>
[quoted text clipped - 22 lines]
>
> Celia
Celia - 04 Jun 2007 22:31 GMT
Doub:
Thank you so much for your help. It solved my problem.
Celia
> rs.FindFirst "[PC_Tag_Number] = '" & Str(Nz(Me![Combo59], 0)) & "'"
>
[quoted text clipped - 28 lines]
> >
> > Celia