Recent content by octick

  1. O

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

    You the man! What can I say! :eek: Damn impressive! Thanks so much. You make me want to go out and learn everything possible. Thanks once again.
  2. O

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

    Great!!!! but, 1 more question That is some incredible sql writing. I couldn't even duplicate instead I had to import into your example. However, it doesn't complete answer my problem. I need seperate combo boxes because I need to give each single choice of that combo box a specific name...
  3. O

    Insert column via SQL, HOW?

    That worked. ALTER TABLE [Data] ADD COLUMN Rank Counter Thanks...I have been battling with this for over 3 weeks. Makes my life a whole lot easier.
  4. 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...
  5. 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...
  6. O

    New help on complex issue...ASAP!

    I would if I knew where to post it. I don't have a server that I can post it on. You would think it wouldn't be that hard to have a query run off the fields of a table through a form. :confused:
  7. 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