Computing.Net > Forums > Programming > cencel update on subform Access

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

cencel update on subform Access

Reply to Message Icon

Name: mbcp79
Date: April 12, 2005 at 21:01:11 Pacific
OS: win xp
CPU/Ram: P4, 256MB
Comment:

is anyone has idea about how to cancel update for all records edited in subform? i hav a save n cancel button n a bound field in another table which is linked to the subform in my parent form.

i'm facing problem with Access program when i try to insert a new record in multi tab form. error 3163: The field is too small to accept the amount of data you attempted to add. Try inserting or pasti



Sponsored Link
Ads by Google

Response Number 1
Name: smithdk
Date: April 13, 2005 at 20:16:14 Pacific
Reply:

Whenever I make a program for a user to input data, I always try to make the fields unbound. Once the user is finished I check for any errors and then it is saved to the table. Is it an option for you to have the fields unbound?

Are you also asking about an error 3163?


0

Response Number 2
Name: mbcp79
Date: April 14, 2005 at 19:09:03 Pacific
Reply:

the error 3163 has been solved.. Anyway, I'm still not getting wat u mean by unbound form? if i have few records in my subform? Is dirty property n method can help?

i'm facing problem with Access program when i try to insert a new record in multi tab form. error 3163: The field is too small to accept the amount of data you attempted to add. Try inserting or pasti


0

Response Number 3
Name: smithdk
Date: April 15, 2005 at 14:12:09 Pacific
Reply:

Is your subform set to single form or continuous forms?


0

Response Number 4
Name: mbcp79
Date: April 19, 2005 at 19:03:30 Pacific
Reply:

The subform is in a single parent form. lets say the mainform is linked to Invoice table whereas the subform is linked to invoice detail table... how could i cancel the update can i use batchupdating? Do u hav any idea or sample of this?

i'm facing problem with Access program when i try to insert a new record in multi tab form. error 3163: The field is too small to accept the amount of data you attempted to add. Try inserting or pasti


0

Response Number 5
Name: smithdk
Date: April 20, 2005 at 17:25:48 Pacific
Reply:

One way that I can think of is to create a hidden unbound text box for every bound item on your subform. Before the user updates a bound item (such as on got focus), copy it to the hidden unbound text box. Then if you select cancel, just copy the information in the unbound hidden text box back to the bound item.


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: cencel update on subform Access

ASP updating to Access Database www.computing.net/answers/programming/asp-updating-to-access-database/5865.html

Migrating fields on records - Access 97 www.computing.net/answers/programming/migrating-fields-on-records-access-97/2323.html

MS Access Record Updates www.computing.net/answers/programming/ms-access-record-updates/10658.html