Hi All,
I'm using a small piece of VB code that is driven by an event (After_Update) from a form.
I would like to take a number generated by my code and place it within a field
within a specific table.
For example I would like to place the number 2 in the field called 'Product' which belongs to the table called 'Problem'.
I take it I also need to work out the current record that is being viewed in the
form in order to reference the table correctly. How can I do this?
Many thanks
Lee
I'm using a small piece of VB code that is driven by an event (After_Update) from a form.
I would like to take a number generated by my code and place it within a field
within a specific table.
For example I would like to place the number 2 in the field called 'Product' which belongs to the table called 'Problem'.
I take it I also need to work out the current record that is being viewed in the
form in order to reference the table correctly. How can I do this?
Many thanks
Lee