Results 1 to 2 of 2

Thread: Access / VB Help

  1. #1
    Registered+
    Join Date
    Dec 2004
    Posts
    49
    Thanks
    0
    Thanked
    0 times in 0 posts

    Access / VB Help

    i have a access database which in a form calculates the total of some extras in another form, however the vb isnt working the calculation says £15 for each record in the form.

    Another 1 is how do i create a report which print previews only one record which can be selected in the form??

    email me for the database
    heg_uk@hotmail.com
    any help appriciated!!
    Last edited by hegaroo; 15-05-2006 at 01:54 PM.

  2. #2
    Senior Member
    Join Date
    Apr 2006
    Posts
    859
    Thanks
    6
    Thanked
    8 times in 8 posts
    On your second question - you need to run the report from a query (as opposed to a table).

    The query should be a select data type, and the selection parameter should the the object name in your form:

    Example:

    Form/

    Type? [Type]

    Query/

    Select records from table, where Type = Forms!FormName!Type

    Hope this helps - not easy to explain on a keyboard.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. FTP access via Java
    By Kezzer in forum Software
    Replies: 11
    Last Post: 11-03-2005, 08:47 AM
  2. Replies: 7
    Last Post: 05-02-2005, 03:53 PM
  3. Belkin F5D6130 802.11b Wireless Access Point
    By Howard in forum Reader Reviews
    Replies: 4
    Last Post: 10-12-2004, 11:20 PM
  4. Replies: 3
    Last Post: 17-03-2004, 10:28 AM
  5. Comparing field data in VB (access)
    By blockers in forum Software
    Replies: 0
    Last Post: 09-12-2003, 08:18 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
  •