Subform DataEntry Issue

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



What is setup (each letter is nested in the previous (A->B->C):
Form C1 (dataentry=yes, ed=yes, del=yes, add=yes)
Form C2 (dataentry=no, ed=yes, del=yes, add=yes, Continuous form)
Form B (dataentry=no, ed=yes, del=yes, add=yes) Has Navigation buttons
(Prev, Next, Add all using onclick docmd.gotorecord)
Form A (DataEntry=No, Ed=yes, del=yes, add=yes)
When Form B's navigation buttons are actuated, Form C1's DataEntry property
changes to False.
The forms are linked through the master child fields.
Form A is opened from another form that is based on criteria either opens in
Add or Edit, regardless the error still happens.

I did find a thread on this issue (or at least I think it's the same.)
http://www.pcreview.co.uk/forums/thread-3849348.php
Seems that this is an Access bug? However, I didn't quite grasp the
solution in that thread. Exactly how would I run a query that would
return an empty recordset and still be able to input the data and
store it into the table?
Is there another work around for this issue?
.



Relevant Pages

  • RE: Subform DataEntry Issue
    ... (Prev, Next, Add all using onclick docmd.gotorecord) ... When Form B's navigation buttons are actuated, Form C1's DataEntry property ...
    (microsoft.public.access.formscoding)
  • Re: Bit of everything
    ... If, for one reason or another, you have the navigation before the ... >> portfolio page - to open links in a new window if you specify that it ... practice, you're fine if you warn people they open in external pages. ... Prev by Date: ...
    (uk.net.web.authoring)
  • Re: How to handle javascript pseudo-url?
    ... the base URL of the page, produces the URL of the home page. ... What I don't understand is why "return false;" from onclick handler does ... the page works properly and no navigation happens. ...
    (microsoft.public.inetsdk.programming.webbrowser_ctl)
  • list navigation web part
    ... I would like to show in a Sharepoint Web Part some data from a SQL ... Server database table of other application. ... in the form of a list with navigation ... Prev by Date: ...
    (microsoft.public.sharepoint.portalserver.development)
  • Re: simple onclick function
    ... onclick on the TD and then use the event properties to see what was clicked on, or you can put an onclick on each element and go from there. ... If you want to stop navigation for some reason, then you need an onclick on the A element that returns false. ... I've returned false so that the link isn't followed, the value returned can be based on some condition. ... To stop both events firing when the link is clicked, use stopPropagation (W3C event model) and cancelBubble. ...
    (comp.lang.javascript)