its the only message it seeMy guess would be that your code won't compile. Try to compile it and see if it shows some faults
oh, sorry. im on the wayAs Bob said compile your code (devhut.net/how-to-compile-vba-code/) . Code can't compile -> can't create accde!
you get that when you try to create the accde file.
Open any code module, click Debug and try to compile the code
sure. its a file after split with code, forms etccan you post a copy of the db
You can't just copy code without amending for your actual requirement. What is your texbox control name for the search?
its txt_SearchWhat is your texbox control name for the search?
mike60smart helped me with search filed a while agoYou can't just copy code without amending for your actual requirement
Form_FmasterList=today()
(and never again name anything like that!!)oh.. yeah, its my auxiliary form i made just for report and i deleted search field cause report doesn't need any searchesSeems like search field txt_search has been deleted, but not its code.
thanks for advice. i wont.and never again name anything like that!!
done.Delete all code inForm_FmasterList=today()
Again. You need to undertstand the code you are using.oh.. yeah, its my auxiliary form i made just for report and i deleted search field cause report doesn't need any searches
yeah, gonna delete code in this form. thank u very much.
thanks for advice. i wont.
so just to understand it, no !@#$%^&*()_+= in naming tables, forms, reports etc ..