hfsitumo2001
Member
- Local time
- Today, 08:14
- Joined
- Jan 17, 2021
- Messages
- 394
Anyone can explain to me in a simple languange, what does this function mean?
Call FillFormLabels(Me.Name)
Call FillFormLabels(Me.Name)
You could also place your mouse cursor over "FillFormLabels(Me.Name)", then right click and select "Definition". The IDE will take you directly to the Function, wherever it resides in the project.Could you educate me how to search?
on vba type Ctrl-F (find). select the Option "Current Project"on vba type Ctrl-F (find). select the Option "Current Project"
I already do like you said, and it basUnitilty, I uploaded my simple log inou could also place your mouse cursor over "FillFormLabels(Me.Name)"
OK MajP, I will try deleting itNo one can help you. It is calling a procedure that does not exist. Probably was deleted on in another module that was not copied into this database. No one has an idea what that code does. If you know what that code does, then we can help recreate it. If not get rid of that line of code and hope it is not needed for anything.
OK MajP, I delelted that call labels, and I entered Admin password "FHS26652" to give user password, but still debug. As you see the Afterupdate of the textbox, it is supposed to open the frmNewpassword.No one can help you. It is calling a procedure that does not exist. Probably was deleted on in another module that was not copied into this database. No one has an idea what that code does. If you know what that code does, then we can help recreate it. If not get rid of that line of code and hope it is not needed for anything.
Before deleting, you may want to try to find where this code came from. Likely they imported this code from another location and some stuff has been forgotten. It could be one module with lots of missing procedures.OK MajP, I will try deleting it
You could also place your mouse cursor over "FillFormLabels(Me.Name)", then right click and select "Definition". The IDE will take you directly to the Function, wherever it resides in the project.