Page 2 of 2 FirstFirst 12
Results 16 to 20 of 20
  1. #16
    tweety is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Nov 2012
    Posts
    126
    Thanks for the the tip of hidding it from the list, didnt think of that. is this the best way to do it?



    thanks again

  2. #17
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,544
    Quote Originally Posted by tweety View Post
    Thanks for the the tip of hidding it from the list, didnt think of that. is this the best way to do it?
    IMHO? Yes, but thats only my opinion.
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

  3. #18
    tweety is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Nov 2012
    Posts
    126
    Thanks for for all your help

  4. #19
    tweety is offline Competent Performer
    Windows 7 32bit Access 2007
    Join Date
    Nov 2012
    Posts
    126
    i have applied all the rules and settings from your version of the database to mine, its all working fine but after adding a product i have to refresh the form for access to work out all the buying, selling and profit values. is there a way to make it work faster of deduce the delay?

  5. #20
    Bob Fitz's Avatar
    Bob Fitz is offline Access Developer
    Windows XP Access 2003
    Join Date
    May 2011
    Location
    Essex UK
    Posts
    3,544
    Quote Originally Posted by tweety View Post
    i have applied all the rules and settings from your version of the database to mine, its all working fine but after adding a product i have to refresh the form for access to work out all the buying, selling and profit values. is there a way to make it work faster of deduce the delay?
    Try
    Me.Recalc
    in the subforms AfterUpdate event. If you have totals shown on the main form, you may need to use
    Parent.Recalc
    either instead or after Me.Recalc as well.
    If this helped, please click the star at the bottom left of this posting and add to my reputation . Many thanks.
    Bob Fitzpatrick

Page 2 of 2 FirstFirst 12
Please reply to this thread with any new information or opinions.

Similar Threads

  1. Reading VBA code
    By ksammie01 in forum Access
    Replies: 11
    Last Post: 01-11-2013, 03:40 PM
  2. Reading row length
    By dnlhmpt in forum Import/Export Data
    Replies: 2
    Last Post: 01-31-2012, 07:47 AM
  3. Recommended Reading
    By Paul H in forum Access
    Replies: 1
    Last Post: 10-06-2011, 09:14 AM
  4. Reading values of a column
    By LAazsx in forum Programming
    Replies: 0
    Last Post: 11-25-2010, 06:05 PM
  5. Replies: 8
    Last Post: 05-25-2010, 04:50 AM

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