I have a continuous form (it's an Action List) in an Access database. Basically, I want the user to click the Submit button and it to run some code to modify some data, append to another database and send me an email.
The "Submit" button is against each record.
The code is all working correctly, however, when I click it it generates the email etc for the first record in the form each time, even if I click the button against say the last record.
Is there a way of making this command button work just for the record it's on?
Cheers,
Noel.
The "Submit" button is against each record.
The code is all working correctly, however, when I click it it generates the email etc for the first record in the form each time, even if I click the button against say the last record.
Is there a way of making this command button work just for the record it's on?
Cheers,
Noel.