accessing current record in a form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a subreport data grid.

When a user changes a value a particular field in the data grid,
I want to update another field for that particular record.

example: user puts a value into 5th row, 1st column of a data grid.
on the before update or after update event. another value will automatically
be
entered into the 5th row 2nd column of the datagrid.

what might the code be?

thanks
 
You can't change any values in a subreport. BTW: what's a "subreport data
grid"?
Access has records and fields rather than rows and columns.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top