473,778 Members | 1,901 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Manage form + subform as a single record

max
Hi all,
I have a problem that maybe has no solution, but before giving up, I was
wondering if somebody has an idea....
I have a form with a subform (continous) that shows the related records; the
form shows the CDs, while the subform shows a record for each item in the
CD.
Pressing the Edit button, the form and the subform become editable, so that
the user can change the CD details and / or any information about the
content. After having done any change, I've put an undo and a save button so
that the user can decide wheter confirm the changes, or discard them.
As you can image, the save button works anyway (it is almost a fake button
cause access saves automatically) while the undo button often doesn't work,
cause as soon as you click in the subform, the record on the form is saved,
and if the user moves accross several records in the subform and makes
several changes, the undo button will not work for all of them...
Is there a big mistakes somewhere or is it just not possible? Any other
idea?
For us who know what a record and a table are, it is easy to know when to
use save or undo, but for a user that is just doing data entry and doesn't
know anything about Access, would be great to look at form and subform like
a unique record.

Any help or ideas very much appreciated,

Massimo

Nov 13 '05 #1
2 1792
On Sun, 23 May 2004 21:24:50 GMT, "max" <a@b.net> wrote:

It's just not possible, unless you go to extremes such as unbound
forms or bound forms that write to a "temp" table. Typically this is
just not worth it. Rather teach users to observe the record selector,
and know the difference between a pencil and a triangle.

-Tom.

Hi all,
I have a problem that maybe has no solution, but before giving up, I was
wondering if somebody has an idea....
I have a form with a subform (continous) that shows the related records; the
form shows the CDs, while the subform shows a record for each item in the
CD.
Pressing the Edit button, the form and the subform become editable, so that
the user can change the CD details and / or any information about the
content. After having done any change, I've put an undo and a save button so
that the user can decide wheter confirm the changes, or discard them.
As you can image, the save button works anyway (it is almost a fake button
cause access saves automatically) while the undo button often doesn't work,
cause as soon as you click in the subform, the record on the form is saved,
and if the user moves accross several records in the subform and makes
several changes, the undo button will not work for all of them...
Is there a big mistakes somewhere or is it just not possible? Any other
idea?
For us who know what a record and a table are, it is easy to know when to
use save or undo, but for a user that is just doing data entry and doesn't
know anything about Access, would be great to look at form and subform like
a unique record.

Any help or ideas very much appreciated,

Massimo


Nov 13 '05 #2
max

"Tom van Stiphout" <to*****@no.spa m.cox.net> wrote in message
news:nh******** *************** *********@4ax.c om...
On Sun, 23 May 2004 21:24:50 GMT, "max" <a@b.net> wrote:

It's just not possible, unless you go to extremes such as unbound
forms or bound forms that write to a "temp" table. Typically this is
just not worth it. Rather teach users to observe the record selector,
and know the difference between a pencil and a triangle.

.... Yes, I think so... thanks Tom for confirmation :)
Cheers
Massimo
Nov 13 '05 #3

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

Similar topics

1
7850
by: Robert Neville | last post by:
I would like to add filter functionality to my database whether through the Main form or the subform. This question may be rudimentary, yet I have not less experience with filtering data outside from queries. Let me just add that Allen Browne excellent article about this subject may not apply to this scenario on an elementary level. (Here's the link to the article; Filter a Form on a Field in a Subform -...
25
10266
by: Lyn | last post by:
Hi, I am working on a genealogy form. The only table (so far) lists everybody in the family, one record per person. Each record has an autonum ID. The parent form (frmMainForm) displays the data in each record, which includes the ID of the father and the mother (who also have records in the table). One record per form. I have a Tab Control in the form, and in one of the tabs I have a subform (sfmSiblings) in which I wish to list...
2
2238
by: Lyn | last post by:
Hi, I am working on a genealogy project in which I have two tables: Person -- one record for each person in the family. Each record has a unique Autonum field (IDPerson). Partnerships -- one record for each marriage. Each record has a unique Autonum field (ID), and also contains two fields IDPartnerMale and IDPartnerFemale. Both of the latter fields match records in the Person table via IDPerson.
0
2703
by: misscrf | last post by:
I am currently working on a database, in 3rd normal form, which is for candidates who apply for a job with the law firm that I workd for. My issue is with good form design. I have a main form. Then I have 3 pages on a tab control ( 4 if the type of candidate validates that is is to be shown) Each page has a subform. The subforms can be either single or continuous, I think I am still deciding what I want to lock down this entry...
5
5259
by: tdmailbox | last post by:
I have a form with a child form. In the child form there is a list of names that can grow quite large. On the parent form I want to display the first name from the child form. I set up a test box that is populated with the code =subfrm_media_review_sec_party.Form!first_name & " " & subfrm_media_review_sec_party.Form!last_name It works except that when I flip through the names it populates the parent form with the name of what ever...
20
10828
by: Robert | last post by:
Need some help to stop me going around in circles on this one.... Have a nested subform (subform2) which simulates a continuous form for the record on the parent subform. Subform2 has rows of either an option button plus two text fields or a checkbox plus two text fields Am wanting to save the user entries into an underlying table. Tag property for each option button, check box or text field has the value of the key
6
2531
by: Jack | last post by:
Hi, I have an Access application which need to be converted to asp-sql server application. This Access application uses a single form. This form has got a SS number with names and age. The form has two subforms. One of the subform uses a physical test score which is basically four different fields while the other subform is one that has a written test score with three fields. Entry to both physical and written scores are done through this...
4
6058
by: Harlequin | last post by:
I have a question concerning the need to trigger events within a "child" subform which is itself enbedded within a master "parent" form and which is accessible via a tab in the parent form. Becuase this is all very difficult to explain in words, please bear with me as I endevour to explain what it is I am trying to do. It would be helpful if I could attach a graphics file to this posting that would help explain what it is I'm trying to achieve...
1
3606
by: troy_lee | last post by:
I have a table (Table A). It has one field, a PK. It is in a 1:M with another table (Table B). I am having trouble with a form/subform setup to view the 1:M records. On the parent form, there is a combo box with a Select query to select one of the records in Table A. (The parent form is bound to Table A.) I want to be able to first, view all of the corresponding records from Table B and then second, give an option for editing these...
0
9470
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
1
10069
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9923
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 protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
6723
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5370
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 last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5500
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4033
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 we have to send another system
2
3627
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2865
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 can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.