Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. alhanna

    Error in Notes when opening email sent through MS Access

    I am getting the error 'A stored form can not contain computed subforms' when opening an email sent by MS Access. This only occurs when opening the note with Notes 6.5. It did not occur with R5. The access module uses Set richText = Document.CreateRichTextItem("Body") and appends rich text...
  2. alhanna

    create autonumber field in select query

    thanks for suggestions, made me think about it. I figured out I really only need to number the rows. I just created a function that I call to add row numbers after table creation.
  3. alhanna

    create autonumber field in select query

    OK, slight clarification. I have a few tables I am joining with a select into statement from the query builder. I just want the results in a new table with an additional autonumber field populated called pkey.
  4. alhanna

    create autonumber field in select query

    Hi, I have seen the posting for ID counter when creating a table. How do I create a new autonumber field in a select query? My original table has a list of all cities. I just need a new field with the autonumber. I have tried all combos of ID counter, but I can't define field type in a...

Part and Inventory Search

Back
Top