Search results

  1. O

    Query from form's combo box w/ field list!

    I have a combo box(s) that is pulling the 'Field List' for 'Row Source Type' from table [INPUT]. The field list is never the same and this is why I need the individual to select the 'fields' in the combo box(s). Once the user has selected the fields in the combo box(s), I would like a query...
  2. O

    Insert column via SQL, HOW?

    I have a table ([Data]) that I have made. I need to insert a Autonumber column ([Rank]) into the table and keep it automated. I am looking for a SQL statement that will insert the Column [Rank] into table [Data] as an Autonumber starting at 1 everytime. I tried following instuctions on how to...
  3. O

    New help on complex issue...ASAP!

    Thanks ahead of time! :D I am attempting to create an automated median database. They put in the parameters and out comes the median. Basically, I have created a combo box in form [frm input] that will look at the fields of table [data]. I need to do this because the table fields change...
Back
Top Bottom