Hi Everyone,
First of all, I would like to thank each and everyone who helped me out earlier with regards to my queries on multi user login forms.
I have another query with me, hope anyone on this forum can help me out on this....
I need to create a button on which when I click it should...
Thanks A TON man ...this is what exactly i was looking for....Now I came to know that the coding I was giving was so stupid....I really need to look into this more n more...
i am a beginner, can you suggest me any site where I can find Tutorials to learn VB?
Hi Rain Lover,
Thanks for your suggestion.
I added the code and now I am getting a error which says " Variable Not Defined".
Please see the attachment for reference and pls help...
HI Mihail,
Thanks for replying back....Pls see below is the colored statement where I am getting this error:
Option Compare Database
Private intLogonAttempts As Integer
Private Sub Emp_Exit_Click()
DoCmd.Quit
End Sub
Private Sub EmpLogin_Click()
'Check to see if data is entered into the...
Hi All,
I am pretty new to access so i am using a very basic function structure to open a navigation form using if-then-else condition,
Below is my VB coding;
-----------------------------------------------------------------------------------------------
Option Compare Database
Private...