Results 1 to 6 of 6
  1. #1
    JDA2005 is offline Novice
    Windows XP Access 2003
    Join Date
    Jun 2009
    Posts
    11

    Need Assistance with Forms

    So I tried finding my problem all morning but was left unsuccessful so I'm here seeking help from you fine people.

    Essentially I'm trying create a form that has values within the form update other values. In this form, I'd like a Fee Schedule to be able to be selected, and that in part gives a value in the BPS (basis points) text box which will later act as a multiplier for a certain value.

    I tried messing around with combo boxes but was left unsuccessful in the end. I also created a table that lined up all the fee schedules to the corresponding BPS. Heres what it looks like...






    Thanks for the help.
    John

    Edit: Do I need to use a union query based on the table in order to populate this, I'm confident I need to do something with that and a combo box?

  2. #2
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    You have not supplied enough information yet so that we can give a reasonable answer. A union query guarantees you will have a non-updateable recordset. Having controls update other controls on a form is rather simple. Why not start with one example you need solved and we could probably supply an answer if you give us enough details.

  3. #3
    JDA2005 is offline Novice
    Windows XP Access 2003
    Join Date
    Jun 2009
    Posts
    11
    I appologize for my lack of clarification.

    As you can see in that form, I want to be able select a fee on the large list to the right, and have that generate the corresponding BPS that goes with that fee.

    I'm far enough along to know that I need to create a table or use some sort of query in order for this to be functionable within the form.

    I guess instead of using a union query I am simply trying to have controls update other controls within a form.

    let me know what needs to be clarified,

    John

  4. #4
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    You can put code in the AfterUpdate event of the FeeSchedule control that updates the BPS control if that is what you need.

  5. #5
    JDA2005 is offline Novice
    Windows XP Access 2003
    Join Date
    Jun 2009
    Posts
    11
    Doesn't an afterupdate calculate a rate?

    In my situation, I'm using a fee schedule, for instance.
    Fee Schedule = BPS
    1.1 0.0032
    1.2 0.0020
    1.3 0.0025

    Therefore, I want the user to be able to select the fee schedule (by double clicking), have that populate the BPS, enter the given value and then the value be multiplied by the BPS.

    I'm a newbie when it comes to this stuff so bare with me.

    I really appreciate the help,

    John

  6. #6
    RuralGuy's Avatar
    RuralGuy is offline Administrator
    Windows 10 Access 2013 32bit
    Join Date
    Mar 2007
    Location
    8300' in the Colorado Rocky Mountains
    Posts
    12,922
    An AfterUpdate event *only* does what you tell it to do. As for "DoubleClicking" a ComboBox, why would you want to do that. Normally you would press the DropDown arrow and select what you want from a ComboBox.

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

Similar Threads

  1. Replies: 4
    Last Post: 04-01-2009, 08:49 PM
  2. Query Assistance Needed
    By elotromanuel in forum Queries
    Replies: 1
    Last Post: 03-17-2009, 09:31 PM
  3. Normalization Assistance for Tables Please??
    By webmaniac in forum Database Design
    Replies: 10
    Last Post: 09-02-2006, 05:56 AM
  4. In need of assistance-products mated to mobile#'s
    By EisBlade in forum Database Design
    Replies: 0
    Last Post: 04-06-2006, 07:27 AM

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