Results 1 to 3 of 3
  1. #1
    vijay is offline Novice
    Windows 8 Access 2007
    Join Date
    Mar 2014
    Posts
    6

    Help me wit this database creation

    I am attaching a ms access databse file in zip format. it is patient information and investigations database with two reports printing. i can print report for given patient UHID field but how can i print reports for given range of Patient UHID, exampls print from UHID No 1 to 10. Also can someone make the input forms and reports look more presentable for me ??? I am new to MS Access.



    Thank you very much.
    Attached Files Attached Files

  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,770
    Advise avoid spaces and special characters/punctuation (underscore is exception) in naming convention.

    Not going to do design for you. You will just have to do the tedious and time-consuming exercise of 'prettying up'. The design wizard groups controls, which is what I see on the forms. If you want to rearrange and resize controls, maybe best to 'ungroup' them. Select all the controls, right click > Layout > Remove.

    If you want to print a range of patients, then criteria needs to be a range parameter, something like:

    WHERE UHID BETWEEN 1 AND 10

    One way to allow user input of the range values is by input into textboxes on form. Then options are:

    1. parameterized query, review http://www.datapigtechnologies.com/f...mtoreport.html

    2. code to construct the filter string, review: http://www.allenbrowne.com/ser-62code.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.

  3. #3
    vijay is offline Novice
    Windows 8 Access 2007
    Join Date
    Mar 2014
    Posts
    6
    Thank you very much. Rite now trying my hands on options you gave for input range.

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

Similar Threads

  1. Facility Look-up Database Creation
    By GeorgeW in forum Database Design
    Replies: 1
    Last Post: 03-06-2014, 05:54 AM
  2. DVD Database Creation
    By Torani in forum Access
    Replies: 3
    Last Post: 01-11-2012, 06:28 PM
  3. database creation
    By rchris494 in forum Database Design
    Replies: 1
    Last Post: 10-26-2009, 07:37 AM
  4. help with database creation
    By terrep263 in forum Database Design
    Replies: 1
    Last Post: 08-30-2006, 07:59 AM
  5. Will Pay $$$ for help w/ database creation!
    By eyesbryte in forum Access
    Replies: 1
    Last Post: 07-03-2006, 01:56 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