accessing record with VBA

  • Thread starter Thread starter macroapa
  • Start date Start date
M

macroapa

Hi,

I have a table (linked table to another access db).

The table has 3 fields:

Date Qty1 Qty2

I'd like to be able to display in a msgbox the value of a field from a
record but am really struggling to do it. How can I access the data
(and subsequently update it via VBA)?

Thanks for any pointers.
 
Back
Top