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
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
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.
Summary: I've been having problems trying to update to an Access 2000 database from a webpage via ASP. It gives me an error saying Cannot Update. Database or object is read only. How do I go about changing the...
Summary: Not really...But thanks anyway. I'll explain Myself again: Here's what I would like to do... There's a few employees in a dept in a company. That certain dept is going to be closed down and all the em...
Summary: I am working with a form in MS Access that contains several text boxes which are bound to fields in a table. Whenever changes are made to the current record, those changes are not written to the tabl...