I'm relatively new at FoxPro and rather overwhelmed with all the possibilities when it comes to displaying data. I have a situation where I have one table with projects and another with details (hours worked) keyed to the project. What's the best way to display the details on the form with a given project?
I was thinking of using the click method of a "click here for details" label to pull up a form or user defined window to show the results of a SELECT - SQL search, but am not too sure if it's the best way, or exactly what code I need where.
I was thinking of using the click method of a "click here for details" label to pull up a form or user defined window to show the results of a SELECT - SQL search, but am not too sure if it's the best way, or exactly what code I need where.