G
Guest
Thanks for taking the time to read my quesiton.
http://support.microsoft.com/default.aspx?scid=kb;en-us;210290 is not
working for me.
I have my Row Source Type set to Table/Query, then I set my Row Source using
Query Builder (...), then I change my Row Source Type to AddAllToList. I put
1;2;<None> in the Tag line of the combo box.
Nothing happens. What else am I missing?
Then I make a function called Test that simply calls the copied function
AddAllToList and then I get an error saying that the following line has a
user-defined type not defined
Static DB As Database, RS As Recordset
I believe it is referring to "Database".
Does this code really work?
thanks again for your help,
Brad
http://support.microsoft.com/default.aspx?scid=kb;en-us;210290 is not
working for me.
I have my Row Source Type set to Table/Query, then I set my Row Source using
Query Builder (...), then I change my Row Source Type to AddAllToList. I put
1;2;<None> in the Tag line of the combo box.
Nothing happens. What else am I missing?
Then I make a function called Test that simply calls the copied function
AddAllToList and then I get an error saying that the following line has a
user-defined type not defined
Static DB As Database, RS As Recordset
I believe it is referring to "Database".
Does this code really work?
thanks again for your help,
Brad