I have over 30 applications and databases. Some of them are VB Applications. Some of them are Access Applications. Each application need to log in bases on User name and then get the access level. They are too many users and access levels for all 30 applications.
Anyone has a good idea on how...
I have over 30 applications and databases. Some of them are VB Applications. Some of them are Access Applications. Each application need to log in bases on User name and then get the access level. They are too many users and access levels for all 30 applications.
Anyone has a good idea on how...
I have a Data Environment, call it deMyDatabase, with a connection to a database, conMyDatabase. In the connection I have a command, Renters, which connects to the RenterInfo table in my SQL database. The command also has a subcommand,
MonthlyPayments, which connects to the MonthlyPayments table...
Hi, anyone can help me?? How can I close a form from another project??
I open a form1 from project 1. on the form1, it has a usercontrol. when I click on the usercontrol from project 1, it opens form2 from project 2. I want to close form1 when I updated the form2.
How can I do that???
The form pops up a message, I want to close the form even the user don't click on the OK button on the message.
How can I do that?? anybody can help me???
On the form, I want to pop up a message, if the user doesn't click on the OK button on the message the form Automatically close.
Anyone can help me? how can I do that???
Hi all,
I have a big problem. I would like to pop up a message when someone open a form and doesn't do anything in 10 min. How can I do that??? It likes kind of the windows password if you leave the computer for awhile, then the password screen pops up.
Any one can tell me what is wrong with my connection???
Dim adoConn As ADODB.Connection
Set adoConn = New ADODB.Connection
adoConn.ConnectionString = "DRIVER={Microsoft Access Driver (*.mdb)};DBQ= \\TEST\My Filder\Example.mdb" 'App.Path & "\Examples.mdb"
adoConn.Open
I need to load some CommandButtons dymanically to the form, and I want to do some functions when clicking on the CommonButtons.
How can I program that??
Here is some of my code:
Dim cmdDynamic() As CommandButton
ReDim cmdDynamic(10) As CommandButton
i=0
for i =0 to 10
Set...
Anyone can help me???????
Giving you the level_ID to get the Function_Desc.
The Function_Desc is from the tblDBFunctions. In the tblDBLevels, it has a field call Functions which combine the Function_ID's with "|"
SELECT Function_Desc
FROM tblDBFunctions
WHERE Function_ID = ANY...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.