Results 1 to 2 of 2
  1. #1
    Balen is offline Novice
    Windows XP Access 2003
    Join Date
    Aug 2010
    Posts
    13

    change data form other

    Hi I have item and total item i want when i sale 2 item the total item automatically mines 2

    thanks

  2. #2
    maximus's Avatar
    maximus is offline Expert
    Windows 7 Access 2010 (version 14.0)
    Join Date
    Aug 2009
    Location
    India
    Posts
    931
    It is not very clear what your really want to do. I would like to suggest that Totals like Total Item should be a calculative field rather than a Field in the Table.

    Dcount can be effectively used to do this.

    Example of DCount:
    Counting No of members:

    Dcount("[Mamber_id]","tblmember")

    Dcount Can be used with Criteria:
    Count All registered members;
    Dcount("[Member_id],"tblmember","[Registration]=True')

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

Similar Threads

  1. Change Password form
    By turbo910 in forum Forms
    Replies: 16
    Last Post: 05-07-2015, 09:02 AM
  2. Newbie How to have form change??
    By NYCAcess in forum Forms
    Replies: 2
    Last Post: 05-20-2010, 02:21 AM
  3. Change color font when updating data?
    By Mike1379 in forum Reports
    Replies: 3
    Last Post: 05-17-2010, 08:00 AM
  4. List box not reflecting change on a form
    By vladimir.tz in forum Forms
    Replies: 7
    Last Post: 05-06-2010, 03:37 AM
  5. Change to Form Closes Access
    By jbhjm in forum Forms
    Replies: 5
    Last Post: 04-22-2009, 01:04 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