Thank you for your help!
The following works fine:
adoAtlete.Recordset.Filter = "[" & ActiveYear & "_Reg_Nr] LIKE '" & cboNumber.Text & "'"
I know that there's some issues with the database build. I just made a tester to see how everything's going to fit together and to get some ideas on...
SBerthold
Thank you for your reply.
Please ignore the first post as that was a very bad example. This might be more enlightning:
I'm writing a program to contain athlete information. The field to be filtered actually has the name "2001_Reg_Nr" or "2002_Reg_Nr" etc. which stands for...
Hi there people!
I'm working in VB 6, using an ADO control to connect to an Access 2000 database. The access database has 4 columns. Each column represents a different year, for ex. "2001", "2002" etc.
At startup a combobox (cboNames) is populated with all the names from only one of these...
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.