Results 1 to 4 of 4
  1. #1
    tahirsatti is offline Novice
    Windows XP Access 2010 32bit
    Join Date
    May 2013
    Posts
    14

    Subform records issue(critical)

    I have two sub forms.First sub form primary key is the link master field in second sub form.When i enter three rows in first sub form and and also start entering values in second sub form then upto 8 records every thing is fine.When i press save button then its complete calculation is fine for save button vba(save button calculation).



    But when i enter 9th record in second sub form then there is no calculation after pressing save record.Please tell me is there any record limit in subforms?

    Please not that first subform have item names and second subform have size and quantities.

    Thanks.

  2. #2
    rpeare is offline VIP
    Windows XP Access 2003
    Join Date
    Jul 2011
    Posts
    5,442
    There isn't a limit (that I've encountered) on records in a subform, it's likely a problem with your code or calculation, especially if you're storing calculated value in your tables. That's a very bad practice and will lead to a lot of problems down the road.

  3. #3
    Missinglinq's Avatar
    Missinglinq is offline VIP
    Windows 7 64bit Access 2007
    Join Date
    May 2012
    Location
    Richmond (Virginia, not North Yorkshire!)
    Posts
    3,018
    When people start talking about 'save record buttons,' in relationship with Access apps, my first question is always

    'are you talking about Bound Forms or Unbound Forms'

    since 'save buttons' are unnecessary in Access when using Bound Forms, and the calculations that need to be made, in this case, when a Record is saved, could be made in the Form_BeforeUpdate event.

    So, are these Bound Forms or Unbound Forms, and what kind of calculations are being made?

    Linq ;0)>

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,633
    If you want to provide db for analysis, follow instructions at bottom of my post.
    How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.

Please reply to this thread with any new information or opinions.

Similar Threads

  1. Replies: 12
    Last Post: 04-25-2012, 08:06 AM
  2. Replies: 0
    Last Post: 03-06-2012, 10:32 AM
  3. Critical Many to Many Relationship?
    By cap.zadi in forum Database Design
    Replies: 17
    Last Post: 12-30-2011, 04:35 AM
  4. a Critical Database Design.
    By cap.zadi in forum Database Design
    Replies: 2
    Last Post: 11-22-2011, 12:39 AM
  5. Very Critical Issue?
    By cap.zadi in forum Forms
    Replies: 15
    Last Post: 09-11-2011, 01:02 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Other Forums: Microsoft Office Forums