Results 1 to 5 of 5
  1. #1
    funi.t is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Dec 2011
    Posts
    52

    tables fields

    hi
    is it possible for one to let the user choose a certain number on their own without it being on the database?
    Take for example i ask the user to enter a weight,and the user returns 50kg as the answer.i would like to take that weight and multiply it with the transport fee which is 789c/KG.

    please help

  2. #2
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Certainly. Several ways to do it. This is basic access functionality and Access Help has guidelines.

    1. Have user enter value into textbox on form. Have a calculation in another textbox that refers to other textboxes as terms for the calculation. Calculations also done in textboxes on reports.

    2. Peform calculations in queries.

    3. Access 2010 allows for calculations to occur in tables.

    4. Other methods that involve code (macro or VBA).
    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.

  3. #3
    funi.t is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Dec 2011
    Posts
    52
    if i do it in a table and weight is not a field in the table but a value that the user should enter,how do i go about doing it?

  4. #4
    June7's Avatar
    June7 is online now VIP
    Windows XP Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    52,929
    Can't do this directly with table. Table must have field. Can do it on a form. However, the weight entry won't be saved and when the form closes the weight will be wiped out.

    Access Help has guidelines for building forms.
    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.

  5. #5
    funi.t is offline Advanced Beginner
    Windows 7 32bit Access 2010 32bit
    Join Date
    Dec 2011
    Posts
    52
    okay .thanks a lot

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

Similar Threads

  1. Summing Fields between tables
    By marrone12 in forum Queries
    Replies: 9
    Last Post: 09-16-2011, 12:37 PM
  2. Update Query that uses fields from other tables?
    By DarrenReeder in forum Queries
    Replies: 1
    Last Post: 12-06-2010, 10:47 AM
  3. Referencing fields from tables
    By Pells in forum Queries
    Replies: 7
    Last Post: 10-27-2010, 03:03 AM
  4. Load tables name and fields name to list box
    By casseopia00 in forum Programming
    Replies: 1
    Last Post: 06-30-2009, 10:09 PM
  5. Replies: 1
    Last Post: 06-03-2006, 05: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