Hi Everyone
I am attemting to access the fields in a recordset using a field name derived dynamically, i.e. along the lines of :
dim somevar as string
.
.
.
rs.fields(somevar) or rs!somevar
This obviously doesn't work, as the methods seem to expect literal values rather than dynamic...
Hi SKO,
Yes, you understand my problem, but I've managed to fix it. The approach you suggested was pretty much what I had done, but with the source cbo based on a select query, embedded in the control. The target cbo was also based on a select query embedded in the target cbo control. I took...
Hi y'all
I am running a select/where query in a combo box that uses the contents of another combo box in the criteria to provide the input for the where clause. (e.g. [Forms]![ADP Entry]![cboBuyerName]). I also want to requery (via macro) on either the lostfocus event of the source combo, or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.