If have a local database (Database1) and a dataset (Database1Dataset)
with a table (Table 01) with two columns (a and b) with two rows, it's text in all four cells.
Dim ax as string
ax =
What would the code be if i want that ax is the string that is in column a, row 1:?:


