View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Maracay Maracay is offline
external usenet poster
 
Posts: 11
Default Displaying data using a variable

Hi Guys,

I have stored in a variable (TXTFNAME) the name of fields table, the table
is call BasicData and the field is call FNAME, I need to display the
information I have in FNAME but using TXTFANAME, I cant do rs!TXTFNAME
because I am getting item not found in this collection, I would really
appreciate if someone shows me how to do this.

Thanks