User Profile
Collapse
-
Yes, your guess is correct. The command button is named as "cmblogin". -
Hi
Can I just ask why form "B" is taking so long to open? What does it do?
Ans: The form "B" is having so many queries and 30 subforms, where i controlled them through visibilities.
How often (if ever) do you Compact & Repair the .mdb?
Ans: I am not Compact & Repair the mdb, once i post that to production server. are there any possibilities to...Leave a comment:
-
Back End Autosave
I have one MDB which is located in server and so many persons are accessing and adding data to that mdb. Here is my doubt
1. is ms access has autosave option?
2. If yes, in what time interval it is updating the database? -
Let me explain about my mdb.
It has a form “A” and there is a button to open another form “B”. While opening the form “B” it getting very late. So that what I want to display a message as “Please Wait”. The message should be there until the form “B” opens.
To this what I need to do. Please explain…..Leave a comment:
-
You have given some code. But i am not clear that where i need to use them. So that i am not able to get any output. could you please clarify that ?Leave a comment:
-
Hi
here is my table detail
Table Name=[User_Login]
Code:[I]Field Type IndexInfo[/I] ID Number PK EMP_NAME String Unique Password_Login String InUse Boolean
Leave a comment:
-
-
Hi i have done that but still that is not working to me....
Let me explain what i have done...
i kept the below line
in a moduleCode:Public YourVar As String
then the
in a on (Opens a form)click process in the same at the last i keptCode:YourVar = "Please Wait"
...Code:YourVar = ""
Leave a comment:
-
i too thing that will work. But i don't know how to do that..........Leave a comment:
-
Problem that is a person is able to login in several systems by using same login. That I want to restrict....... ...
No error messages.
All the lines are working fine. I gave th code just for your reference....Leave a comment:
-
-
I have removed the status bar in "StartUp". So if that is like Message will look good........Leave a comment:
-
We can pop up the msg through msgbox option. but it will pop up with "OK" button and it will go off once the ok button clicked. then only the next line of code will be executed.
My expectation is to pop up that msg without "OK" button option and that msg should be there until the current running process completes, then automatically the msg should go off.
It is nothing but when a query or...Leave a comment:
-
Sorry.... I was out of internet facility for one week at the time of your reply. So that i couldn't able to response to you in right time........... .....Leave a comment:
-
Hi Neopa,
My problem is a person with the login name "A" is able to login into "N" number of systems at a time. i want to restrict that through VB code. Can you please help on this...........Leave a comment:
-
Compulsory there should be a VBA code to save the MS Access (MDB) database in frequent time interval that i need........... ..........
Like AutoSave.Leave a comment:
-
thanks for ur Reply. But i aspect is different. i want to update/save my database in same time interval frequently...Leave a comment:
-
How to refresh/save database table in particular time interval frquently?
i have a mdb located in server and n number of users are accessing and adding data to that mdb (source table). now i want to save the mdb tables in particular time interval frequently. -
How to pop up "Busy Message" while running a process in ms access
Please help on how to show a busy message like "Please wait" or a "analytical animated watch" in ms access when a process in running. -
Restrict multiple logins with single username at sametime in ms access
Hi all
I have a mdb with login name and password form. There are several login names, i defined through a table "User_login ". Here the problem is at a time a single user is able to login in multible system, which i want to restrict.
here is the code which i i am using for login check.....
...Code:Private Sub cmblogin_Click() Static intlogonattempts As Integer 'Check to see
Last edited by Stewart Ross; Oct 7 '08, 09:36 AM. Reason: mail address removed from post for poster's own protection; code tags added to code
No activity results to display
Show More
Leave a comment: