J
Joshua Powell
Is this possible...
I would like to create a form with a listbox that gives me values from
a query AND an additional value that I provide. More specifically I
want my users to select from the query, or if what they want isn't
there, then I want them to select the value "Not Found".
For simplicity's sake I will say my query has two fields,
lngIndividualID and strName. I already tried doing it this way, and
it so did not work, I don't know why I even bothered trying this, I
only include this hoping it might shed light on the goal I'm trying to
achieve:
ColumnCount = "2"
Rowsource = "1;(Not Found);qryLIST_IndividualNames"
(I used the number 1 as the "Not Found" value because I knew there was
no and would be no individual with ID number 1)
Am I trying to do something totally impossible? I'm this close to
creating a record into the table that my query is referencing with
strName "Not Found" and then making up for it by adding a WHERE clause
in my SQL statements that removes that record. What a pain that would
be though! Any help is awesome, even if its "sorry dude you just
can't do that."
Thanks
Joshua
I would like to create a form with a listbox that gives me values from
a query AND an additional value that I provide. More specifically I
want my users to select from the query, or if what they want isn't
there, then I want them to select the value "Not Found".
For simplicity's sake I will say my query has two fields,
lngIndividualID and strName. I already tried doing it this way, and
it so did not work, I don't know why I even bothered trying this, I
only include this hoping it might shed light on the goal I'm trying to
achieve:
ColumnCount = "2"
Rowsource = "1;(Not Found);qryLIST_IndividualNames"
(I used the number 1 as the "Not Found" value because I knew there was
no and would be no individual with ID number 1)
Am I trying to do something totally impossible? I'm this close to
creating a record into the table that my query is referencing with
strName "Not Found" and then making up for it by adding a WHERE clause
in my SQL statements that removes that record. What a pain that would
be though! Any help is awesome, even if its "sorry dude you just
can't do that."
Thanks
Joshua