Search results

  1. B

    Need help with table structure

    Here’s a little scenario: An engineer requests that “x” amount of computers are ordered for the company. The estimated costs of the system(s) are determined. The estimated cost of the systems is forwarded to a manager, and the request must be approved by a manager before the order is placed...
  2. B

    Column Width

    I have a form with a listbox that is populated with data from a query. There are 6 columns of data. Under properties it is possible to set a width that will apply to all columns, butt is it possible to set the width for each column? Thanks
  3. B

    IsVisible method

    I have a form with an option button called optInTheCabinet and a list box called lstInTheCabinet. When ever optInTheCabinet is clicked, I want lstInTheCabinet visible. The value of optInTheCabinet = 1, and the visible property is set to "No." I am getting the error message "Invalid Use of...
  4. B

    listbox/radio buttons

    I've got a DB with this table, Systems. Ive got this form that has 2 option buttons; optCheckIn and optCheckOut. It also has a listbox called lstComputers. Depending on which option is selected, I want to run a query against systems to populate lstComputers. If optCheckIn is selected, I...
  5. B

    Populate List Box with Query

    Hey guys. I need some help. I want to create a form with a list box populated with records from a query. I select "Create form in Design Mode," then I drag a listbox onto the form and choose the option "I want the list box to look up the values in a table or query." Then I select the query...
  6. B

    Simple Select: 2 tables - Inner Join

    Hi... Great forum you have here. Glad i stumbled across it. So... I have two tables: Systems and Employee. I am trying to pull all records from System. However, not all Systems.EmployeeID fields are populated , and the query only pulls records where Systems.EmployeeID is not null. What...
Back
Top Bottom