hi,
i am a beginner in programming and new to c# as well.
i am using c# to access an access database that has one table named people.
the table has three columns: firstName lastName TZ.
i successfully wrote a method that inserts a new row to the table by using
OleDb objects.

Now i am trying to write a method that locates the appropriate TZ value
upon receiving as input a firstName and lastName....