M
misschanda via AccessMonster.com
Hello
I have a reset button on form; however when ever i use the button i get the
following error: "method or data member not found:"
I have checked the query from which i made and everything and can't find
error.
I also rearranged the sql from:
Me.txtProduct Name = Null
Me.cboProduct Application = Null
Me.cboOperator = "="
Me.txtdiametermeters = Null
Me.txttsr No = Null
Me.cbopolymer Abbreviation = Null
Me.cbosupplier = Null
to new arrangement of :
Me.cboProduct Application = Null
Me.cboOperator = "="
Me.txtdiametermeters = Null
Me.txttsr No = Null
Me.cbopolymer Abbreviation = Null
Me.cbosupplier = Null
Me.txtProduct Name = Null
to remove the line that the error shown and in doing so the error still shows
at the begining of code:
do you have any suggestions to what could be happening??
Thanks
LA
I have a reset button on form; however when ever i use the button i get the
following error: "method or data member not found:"
I have checked the query from which i made and everything and can't find
error.
I also rearranged the sql from:
Me.txtProduct Name = Null
Me.cboProduct Application = Null
Me.cboOperator = "="
Me.txtdiametermeters = Null
Me.txttsr No = Null
Me.cbopolymer Abbreviation = Null
Me.cbosupplier = Null
to new arrangement of :
Me.cboProduct Application = Null
Me.cboOperator = "="
Me.txtdiametermeters = Null
Me.txttsr No = Null
Me.cbopolymer Abbreviation = Null
Me.cbosupplier = Null
Me.txtProduct Name = Null
to remove the line that the error shown and in doing so the error still shows
at the begining of code:
do you have any suggestions to what could be happening??
Thanks
LA