Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: fdcusa
  • Content: Threads
  • Order by date
  1. fdcusa

    Cannot select item in combobox

    Have a subform: Name: frmProjectSub1 Default View: Continuous Forms A combo box within the subform: Name: cboProjectName Control Source: Nothing Row Source Type: Table/Query Row Source: SELECT ProjectName FROM tblProjects WHERE tblProjects.Status LIKE "*" ORDER BY ProjectName...
  2. fdcusa

    Transfering RecordSource/OrderBy of form to Report

    I have a subform within a form that displays filtered data based on dynamic selection criteria which is assigned to the RecordSource/OrderBy of the subform. On this form, I have a "Print Results" button -- OnClick, I would like the RecordSource/OrderBy of the subform to be copied to the Report...
  3. fdcusa

    Enumerating an Access Database

    I've been charged with this task, and I am stumped. The task: "Enumerate all objects in an Access Database. List ALL objects and their details." The objective is to have a table of every object, so that if one were to change a combo box somewhere, they can use the table to see...
  4. fdcusa

    How to have combobox populate based on a another cbo within form?

    tbl_DivisionsDefs Divison Title ------- ------------- Board President Fire Fire Chief Board Member Fire Fire Fighter In form for "Division" combo box, I added this to the Row Source: "SELECT DISTINCT Division FROM tbl_DivisionsDefs;", and it works great. The next combo...

Part and Inventory Search

Back
Top