Search results

  1. J

    Combo boxes / control source problem

    Doh, you are right. That was silly of me. What can I say I haven't used access since school which was a long time ago. They need a head smacking emoticon.
  2. 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...
  3. J

    Populate form from a pop-up search box.

    Yes, I figured it out with a bit of messing around. Edit: Fixed part of this (which i removed from this post with the columns property) Thanks you so much.
  4. J

    Populate form from a pop-up search box.

    Ah needed to use the .text property Thanks, This is probably even simpler, but now my little problem is when I do the query in your first sub the Me.Mytextentryfield in the query it is always null. This leads me to get all the records in the database alphabetized in the text box. If I throw...
  5. 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