Results 1 to 4 of 4

Thread: Easy question. (Solved)

Threaded View

  1. #1

    Thread Starter
    Fanatic Member Avatarp's Avatar
    Join Date
    Sep 2002
    Location
    Calgary
    Posts
    826

    Easy question. (Solved)

    Access:

    I need to populate a combobox with a field from my query. However I want the first row to be "Show All" and everything after that to be from my query.

    So I figure I need to put the results of my query into a string and append it to the end of my string that contains "Show All". Like this

    MyRowSourceString = "Show All;Item1;Item2;Item3..."

    Is there a way to do this?
    Last edited by Avatarp; Nov 11th, 2003 at 01:01 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width