C
Claire
Hi all,
How does a form with data entry set to yes record records? I currently have
another form (fmA) opening up a bound data entry form (fmB) that has
defaulted values based on fmA. I would like to program buttons on fmB
depending on results of a process outside the database. One would just
cancel the record entry in the bound table, another would cancel the entry
and write a record to another table (date attempted and reason failed), and a
third would save the data onto the bound table as entered (and validated).
What code do I need to use to save and delete records? I'm unclear whether
I'm looking to cancel an entry or find it and delete it, if I need to move to
the next record in order to save the entry, or what have you.
Thanks!
~Claire
How does a form with data entry set to yes record records? I currently have
another form (fmA) opening up a bound data entry form (fmB) that has
defaulted values based on fmA. I would like to program buttons on fmB
depending on results of a process outside the database. One would just
cancel the record entry in the bound table, another would cancel the entry
and write a record to another table (date attempted and reason failed), and a
third would save the data onto the bound table as entered (and validated).
What code do I need to use to save and delete records? I'm unclear whether
I'm looking to cancel an entry or find it and delete it, if I need to move to
the next record in order to save the entry, or what have you.
Thanks!
~Claire