Hi to all iam having this "compile error : Method or data member not found " in my code and due to this am not able to continue as my from is not running every time i run it it shows this error message Please help .
here is the codes
'reinitialise procedure to accomodate a new operation
Private Sub reinitialise_screen()
'reinit the textboxes
clearfields
txtmerid.Enabled = True
txtmerid.Enabled = True
txtprd.Enabled = False
txtbrnd.Enabled = False
txtexpdt.Enabled = False
txtprodt.Enabled = False
txtprckg.Enabled = False
'reinit the command buttons
cmdview.Enabled = True
cmdadd.Enabled = True
cmddel.Enabled = True
cmdmod.Enabled = True
cmdcncl.Enabled = False
cmdsave.Enabled = False
operation = ""
the bold is highlited please help
screen shot is attached