Record's problem!

  • Thread starter smael via AccessMonster.com
  • Start date
S

smael via AccessMonster.com

I have a form called Argumentaire. If the user ticks the yes‘ box, I want
to copy the current record of the Argumentaire form in the Annonce_OUI
table, and if he ticks the no’s box, I want to copy the current record of
the Argumentaire form in the Annonce_NON table. It doesn’t work, because my
problem is that when the user ticks the box, it doesn’t record.

For example: The user has the record ‘Peter’, ‘Nicolas’,.. in the
Argumentaire form and when he ticks the no’s box, it would be record in the
Annonce_NON table.
Furthermore, when he ticks a box, he presses a button ‘Client’ (the user
goes to the ‘Client form’), and when he presses an another button in the
‘Client form’, he returns to the Argumentaire form, and I want it to pass
to the next record.

Maybe the method that I am using is wrong, if anyone has any suggestions
let me know.
 
Top