473,498 Members | 1,936 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Recreate/Reset Data Behind Form Data

I have a form that has data behind it. The user can manipulate the
data behind the form through the form and see how it affects the
statistics of the data. The users want to be able to reset or 'start
over' after they have done a variety of things to the data.

How do I do that without closing the form?

I've tried everything I can think of: requery, refresh, etc. I've
tried other things but the only error I get is that the table behind
the form is open or being used by another form (the form I'm on.)

What can I do?

Thanks in advance.

Nov 13 '05 #1
2 1883
you mean the from is bound to a table?

What kinds of changes are you talking about? If they're modifying
data, then it gets saved to the table immediately as soon as you either
go to another record or close the form. Sounds like you want SQL
Server functionality where you can rollback changes at table level,
which you can't do in Access. You could populate a temp table, let
them modify that, and then dump it, but that's about all I can think of.

Nov 13 '05 #2
The form is bound to the table. The table bound to the form is a temp
table. So, I want to be able to recreate the table to its original
state (before any changes were done) from my main table.

Yeah, I want a rollback function like SQL Server has but within the
scope of this temp table and my main table.

So, when the user makes the changes and want to 'start over' the user
hits a button the form (bound to the temp table) and it requeries the
main table based on the original parameters and present the data in its
original form. They have started over...

Thanks for your input. Talking (typing) it over helps me think through
it in my head.

Nov 13 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

9
29973
by: Ken | last post by:
How can I reset the initial form variables that are set with session statements when clicking on a button? I tried this but the function was not called: <?PHP function reset_form($none) {...
1
2449
by: Michael Hill | last post by:
This reset type in my input tag really is not resetting the values. <input type="reset" value=" Clear "> Follow me for a minute. I have 2 selects. When I have a select1 that has some kind...
2
2230
by: Colin McKinnon | last post by:
Hi all, I've got two frames, one with a form ('main') and one with some clickable images ('tp'). The clickable images call a function in 'main' (code below) which in turn calls the .submit() or...
3
6035
by: Dave Girvitz | last post by:
I have a PropertyGrid (Windows Forms App) based component that uses TypeConverters to generate ranges of acceptable values for properties. The idea was that I could download the key/value pairs...
1
8176
by: Joe Bloggs | last post by:
I have a form which includes a checkbox field. I need to add a reset, I add a HTML reset it works fine before I submit the form but not after. I know I must add some code to reset the checkbox on...
4
2212
by: Fetty | last post by:
How do I do this -- David
4
5308
by: Lee Chapman | last post by:
Hi, Can anyone tell me why in the code below, the call to ClearChildViewState() has no effect? To paraphrase the code: I'm using view state. I have a textbox and a submit button (and a label...
1
2072
by: jmgro | last post by:
I have spent way too much time trying to solve the following problem: I have a datalist with a timer in the footer template. It works wonderfully except when the user pages back, then forward,...
16
2067
by: Giovanni D'Ascola | last post by:
Hi. I noticed that <input type="reset"actually don't enable checkbutton which are checked by default after they have been disabled by javascript. It's a bug?
0
7002
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
6885
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7379
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5462
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
4908
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
3093
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
3081
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
0
1417
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated ...
0
290
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.