Search results

  1. S

    Writing Code to Open Query after user selected fields to include from ListBox

    Access 2007-10 Listbox created: List62 (I know I need to rename it, but for now) Multi-select: Extended Row Source Type: Field List Row Source: qryFieldList Open Query: qrySelectedFields (I added primary key to first column, just to have at least one destination field). Goal: to select...
  2. S

    Selecting Fields from Table for Query

    I am looking for a way to generate a list of all fields within a table, have the end-user select which fields he/she wants to include, and then run the query. I am trying to create this within a form for a nice, easy to use GUI. Has anyone ever done this - and has examples? or can point me in...
  3. S

    Using Smart Tags with VBA

    Access 2007-2010 format Form, 9 bound fields, grouped together Smart Tag = "UnitGroup" Summary: Needing to run VBA whenever the value is changed within one (or more) of these fields. User could be placing new value (defaults at 0) or editing(changing) previous value entered. I am not good on...
  4. S

    SetWarnings False but still showing "Not In List" message

    I am working in Access 2010. A bound combo box, Not In List event. I have the following code. It opens up a form to add the new name in. The form opens and then the "Not in List" message pops up. I have tried adding the SetWarnings to both forms, created a SetWarning macro, to no available...
  5. S

    Hello from Bowling Green, Ohio

    I am from the small town of Bowling Green. Home of the mighty Falcons - Bowling Green State University - 2013 MAC Champions! I graduated from BGSU with my bachelor in Management Information Systems and my master in Organizational Development. I currently work for a REIT organization, and am...
Top Bottom