Search results

  1. L

    Summing Columns to populate a form

    Sum Data im a Columns to populate a textbox on a form Hello Im working in Access 2007. So i have query based on 1 table that populates a Form. The primary key for that table is Entity ID. Therefore once the query has been run I have multiple records that i can scroll through in my form...
  2. L

    Query Criteria Help

    Im working in MS access 2007. What im trying to do is fairly simple i just dont have the ability to correctly code what i want to do. I want to filter my query based on some criteria in multiple columns. But i only want the query to filter based on the specific criteria if a checkbox has...
  3. L

    If statements to set parameters in a QUERY

    If and ELSE statements in a QUERY Hello im working in MS Access 2007. Ok so what im trying to do is have a query run specific parameters if a check box is selected. So if the check box is selected than the query filters the "Tranche" column so that the only records that shown are records that...
  4. L

    Locking Comboboxes using VBA

    Hello Im working in MS Access 2007. I have 3 combo boxes on a form. My goal is simple I would like the 2nd and 3rd comboboxes to be locked unless the user has already chosen selected an item from the 1rst combo box. The code im trying to get working now is in a On_Current event so that when...
  5. L

    Triple cascading combo boxes

    Working in MS Access 2007. Hello, So Im creating a small database for a budget and Im trying to create 3 cascading combo boxes on a form (areabox2 , devbox2, entitybox2) . I have it right now so that that devbox2 is based on areabox2 and entitybox2 is based on devbox2 BUT!!!!!!! I want...
  6. L

    Query based on 3 combo boxes

    Ok so im working in MS Access 2007. I want to create a query based on 3 combo boxes but have it so that if the field in the second or third combo box is not populated the query still runs. Right now i have the Criteria set for the three columns that i wish to sort by as seen below. Column...
Back
Top Bottom