Cancel for Continuous form

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

Guest

I have a continuous form that displays records like so:

Environment RFC #
======== ====
Production 123456
Testing 123457

It usually checks for how many environments need an RFC number,
so sometimes the form will only display 1 record.

That's why I display it as continuous, so it can look clean for just one
record.

My concern, is that if I update a record and click my cancel button..
which is basically a "me.undo" and a doCmd.Close
the record is STILL written. How do I effectively cancel it without having
to go through a recordset, find it and delete it?
 
Once you save a record you can not undo it. In a continuous form, a record
that has been changed gets saved when you move to a different record or move
to a control outside the record such as a button at the bottom of the page.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
(e-mail address removed)
www.pcdatasheet.com

If you don't get the help you need in the newsgroup, I can help you for a
very reasonable fee.
Over 1000 Access users have come to me for help.
Remember that a lone man built the Ark. A large group of professionals built
the Titanic.
 
PC said:
Once you save a record you can not undo it. In a continuous form, a record
that has been changed gets saved when you move to a different record or move
to a control outside the record such as a button at the bottom of the page.


An edited record on a continuous (or any view) form IS NOT
saved when the focus is moved to a control in the
header/footer section.

It is important to note that an edited record IS saved when
the focus moves from a main form to a subform and vice
versa.
 
PC Datasheet said:
Once you save a record you can not undo it. In a continuous form, a record
that has been changed gets saved when you move to a different record or move
to a control outside the record such as a button at the bottom of the page.

--
PC Datasheet
Your Resource For Help With Access, Excel And Word Applications
(e-mail address removed)
www.pcdatasheet.com

If you don't get the help you need in the newsgroup, I can help you for a
very reasonable fee.
Over 1000 Access users have come to me for help.

These 1000 (if at all a real figure..) is only the result of
-- 4 years abusing the newsgroups.
-- 4 years blatantly advertising and jobhunting.

You just don't care about the newsgroups. You have no ethics at all.
You only care about making money, and you act as if the groups are your private hunting ground.

-- You abuse this group and others for job-hunting and advertising over and over again
-- You are insulting lots of people here when they ask you to stop this
-- You posted as Steve, Ron, Tom, Rachel, Kathy, Kristine, Heather and ??? while asking questions
(the latest 'star's': 'Access Resource' and Tom (e-mail address removed))
-- You try to sell a CD ($125,--) with FREE code you gathered from these groups here
-- There even has been a 'Scam-alert' about you which has been explained recently in the thread 'To all':
http://groups.google.com/group/comp.databases.ms-access/msg/46038ba2954261f9?hl=en
-- Also recently it became clear that you have been spamming innocent people asking questions:
http://groups.google.com/group/comp.databases.ms-access/msg/4f76d0ed3e5f58ad?hl=en

So why would ANYBODY ever trust a person like you and hire you?
********************************************************

To all: Explanation and more on this answer to Steve:
http://home.tiscali.nl/arracom/stopsteve.html

Arno R
 
Back
Top