I need to create a text box that I enter any word and show me in a listbox all the record that the first letter is thge word that I enter in the text. I write the following code:
Private Sub cmdSearch_Enter()
Dim strFilter As String
Dim strSQL As String
If IsNull(Me.txtSearch) Or...
Thanks.... I run the Access Developer 2000 with the .mde application. I have in the network folder: SMP.mdb, SMP_be.mdb, SMP.mdw adn SMP.mde. I divide the database in BE and FE. The problem is that the Developer is run in other machine that is standalone. I create the package with the...
How I make and executable of access. I have a problem when I try to create a setup.exe. I don't understand what type of application is necessary to make this .exe(mdb., mde,)
I have a table to user with the following fiels:
Username, Fullname, GroupName:
I need to obtain the GroupName of the person who log to the application. For example:
username:vfiguer
Fullname:Vilmarie
GroupName:User
If vfiguer is the Currentuser I need to know the GroupName: It is possible...
How I can obtain the name of the group that the user is member? example: username:vfiguer
groupneme:ADMINISTRATOR.
The function CurrentUser() give the name of the username, but how I obtain the name of the group of this username?
But if I need that only obtain the person that in the 07/14/04 have a TimeIn>8:00pm and in the 07/15/04 obtain th eprson who have TimeIn<4:00 am
How make the querie:
CurrenDate TimeIn
I need obtain in a querie all the information that have a two specific dates. My table have a field called:CurrentDate. I need that my querie call the 07/14/04 and the 07/15/04. How I make these?
THIS ERROR APPEAR WHEN I TRY TO SAVE A NEW DATA ENTRY :
(ATTACH). AND IT ONLY APPEAR IN A SPECIFIC COMPUTER. IF I USE OTHER COMPUTER DON'T APPEAR THIS ERROR. PLEASE HELP ME WITH THIS PROBLEM.
!!!Notes has been asked to execute the following action which does not fit within your security...
HY: I modify a code that find in one page. I create a listBox in a form that contain the list of all the record that have my table "Information" I need that when I select one record in this list and click over this or over the button Show Record , open a form SL Data Entry with the...
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.