|
-
Nov 11th, 2003, 11:11 AM
#1
Thread Starter
Fanatic Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|