Form Filter Property

Joined
Nov 1, 2005
Messages
1
Reaction score
0
I am having problems setting the Form Filter property in an Access database.

I have created a Continous Form and want to assign a value to the Form Filter property by clicking a button on the form header and assigning the current value of a Combo Control. The relevant code is:

Me.Filter = "Programme Acronym = ' "& cboAcronym &" ' "

I get the error message: "You can't assign a value to that object"

Anyone any ideas?

AllanB
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top