RowSource Property
I have a form where I dynamically change the RowSource property of a combo box,
I've done this before many times but it's not working on my new form, all the intellisense brings up is the .Value property. If I specify the Rowsource property anyway: "property not found"
I get the same thing whether it's in form view or datasheet view, I'd like to do this in datasheet view if possible.
p.s.
Access 2003
|