J
jb
I'm trying to create an unbound dropdown list box in a
DAP, just like I have in a form. I just want to select
from a list of various entries that I define myself - not
fields, but possible content - and have the selected one
go into a field.
There are two problesm. One, I get a message that "the
Wizard will only open when your current database is the
data access source for the page." I haven't yet deployed
this to the web; in Page properties, UseRemoteAccess is
False. RecordSetDef is correct, for a table in the
correct mdb. I have aubgroup based on a query in the same
mdb and eveerything works ok there. I can't figure out
why the wizard won't open.
The other problem is that I can't seem to modify the
box properties either. There is no RowSource property,
only ListRowSource, so when I enter in strings, I
get "invalid argument." I can't find a property to make
it Unbound either, or whatever it would be that would
make the values come from a list I make up myself.
Please help. Thanks
DAP, just like I have in a form. I just want to select
from a list of various entries that I define myself - not
fields, but possible content - and have the selected one
go into a field.
There are two problesm. One, I get a message that "the
Wizard will only open when your current database is the
data access source for the page." I haven't yet deployed
this to the web; in Page properties, UseRemoteAccess is
False. RecordSetDef is correct, for a table in the
correct mdb. I have aubgroup based on a query in the same
mdb and eveerything works ok there. I can't figure out
why the wizard won't open.
The other problem is that I can't seem to modify the
box properties either. There is no RowSource property,
only ListRowSource, so when I enter in strings, I
get "invalid argument." I can't find a property to make
it Unbound either, or whatever it would be that would
make the values come from a list I make up myself.
Please help. Thanks