How do I lookup a cell value (given row number and column number) and return it?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • kwokv616
    New Member
    • Nov 2008
    • 13

    How do I lookup a cell value (given row number and column number) and return it?

    I'm currently working on a project to convert a Foxpro database into Access. How do I lookup a cell value (given row number and column number) and return it to a variable?

    This is what I want to do:

    temp = table(row_numbe r,column_number )

    I've searched through the internet and tried various methods and still cannot do it =(

    Please Help!!
    Many thanks!!
  • PianoMan64
    Recognized Expert Contributor
    • Jan 2008
    • 374

    #2
    Originally posted by kwokv616
    I'm currently working on a project to convert a Foxpro database into Access. How do I lookup a cell value (given row number and column number) and return it to a variable?

    This is what I want to do:

    temp = table(row_numbe r,column_number )

    I've searched through the internet and tried various methods and still cannot do it =(

    Please Help!!
    Many thanks!!

    Hey,

    Since FoxPro uses a DBF format for storing all its data, have you just thought about import all the data into MS Access Database?

    Hope that helps,

    Joe P.

    Comment

    Working...