I want to open Access 97 through Excel.
the mdb file has a password...
and all i want to do is pull up a form from that database.
Could anyone provide some code...
thank you
tony_813
Tony813
Working with Access:
and the following is my problem:
ElseIf Tip.text = "" Then <---------------Something abut this line here...
MsgBox "Please Enter a Tip"
Me.Tip.SetFocus
I change the code using the value property. I dont get the error msg. However, it...
Hello Everyone...
I came across this User Defined Function to retrive the UserName from Windows XP:
Public Declare Function getUserName Lib "advapi32.dll" Alias "GetUserNameA" (ByVal lpBuffer As String, nSize As Long) As Long
Public Const MAX_BUFFER_LENGTH = 100
Public...
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.