A
agarwalp
Hi,
I have a continous form which shows all the equipments. I have a combo
box on the form. If the user selects any value from combo box i want
the form to show only that record. I tried to change the recordsource
property of the form but it did not work. I even tried to apply filter
as below
me.filter="equip =" & desc
me.filteron=true
but it gave me an error saying you cannot assign values at runtime. Can
anyone help me on this.
Thanks
I have a continous form which shows all the equipments. I have a combo
box on the form. If the user selects any value from combo box i want
the form to show only that record. I tried to change the recordsource
property of the form but it did not work. I even tried to apply filter
as below
me.filter="equip =" & desc
me.filteron=true
but it gave me an error saying you cannot assign values at runtime. Can
anyone help me on this.
Thanks