Search results

  1. J

    Combo boxes / control source problem

    I have a drop down (combo) box on a data entry form which get the options for by querying a table Using the simple select query: Row Source Type: Table/Query Row Source: SELECT IssueName.SoftwareIssueCat FROM IssueName; The field has its control source set to the field in the table which...
  2. J

    Populate form from a pop-up search box.

    I know this should be pretty trivial, but I haven't done this stuff in years so: I have a form which I use for data entry into an incident tracking database. Basically I want to be able to create a pop up window triggered by a button that will allow the user to type in a few characters of the...
Back
Top Bottom