Results 1 to 4 of 4
  1. #1
    Vader is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2013
    Location
    Puerto Rico
    Posts
    2

    Don't know how to display data


    I need help! I am working a medical billing database. I haveprices of tests according to the health plan, and need to display prices for plans Ato G, with tests 1 to 10. How can I combine tests and plans to show the priceof each one?
    Example: Plan A Test 1 is $10 Plan B Test 4 is $15 and so on… price are already established.

  2. #2
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,643
    You need a table that associates plans with test prices.

    I presume tests are associated with all plans but with different prices. Options:

    1. a field for each plan in the prices table

    2. normalized table like:

    ID Plan Test Price
    1 A 1 10
    2 A 4 12
    3 B 1 13
    4 B 4 15
    5 C 1 15
    6 C 4 17
    Last edited by June7; 07-10-2013 at 01:10 PM.
    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
    Vader is offline Novice
    Windows 7 64bit Access 2010 64bit
    Join Date
    Jul 2013
    Location
    Puerto Rico
    Posts
    2
    Hi June7! Thanks for answering!

    I have already a table where I put plan, test and price. Now, in the form I want to put Plan and Test in a Combo Box, so the user can select both of them, and automatically the price appears.

    Two questions:
    1. The table with Plan Test and Prices should be separated from the main table? (Name, address, age, etc.)?
    2. If so, how can I connect them to the form?

    Thanks for your help!

  4. #4
    June7's Avatar
    June7 is offline VIP
    Windows 7 64bit Access 2010 32bit
    Join Date
    May 2011
    Location
    The Great Land
    Posts
    53,643
    1. Yes

    2. Have a field in main table to save plan identifier (A, B, C)

    You have a table to record tests associated with patients?

    Review:

    http://datapigtechnologies.com/flash...combobox3.html

    http://datapigtechnologies.com/flash...combobox2.html
    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. Display data of top x %
    By Faisal Mobin in forum Queries
    Replies: 1
    Last Post: 11-29-2012, 01:13 AM
  2. Need help with data display
    By Buakaw in forum Forms
    Replies: 7
    Last Post: 03-14-2011, 05:59 AM
  3. Subform won't display data
    By bobn3faw in forum Forms
    Replies: 1
    Last Post: 02-10-2011, 09:55 PM
  4. Data Display Help
    By FadingAPE in forum Access
    Replies: 4
    Last Post: 09-29-2010, 04:51 AM
  5. How to display data from another record
    By rodrigo in forum Access
    Replies: 1
    Last Post: 07-24-2006, 07:29 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