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...
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?
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...
Hy: I install Microsoft Developer to my computer to make a package of my Access application. The problem is that I don't know How I use this Runtime and what step I need to do. How I make a runtime of my application. Other thing is that I can't find the Package and deployment Wizard? Please...
HY: I need have a combo box to select a type of printer that I like to print a report. How I m eke thta when I select a type of printer in the combo box and select a type of report, then press "Print" the report print in this printer?>
I need to obtain a current username and save this in the field: username. I write in the control source of the textbox =CurrentUser() but How I save this in the table?
I need that if the person don't fill any field in a form and press the button "Open ReportByDate" then appear a msgbox that indicate:Please fill any field. If the person fill any field then open a "rptBySelectionReportForm". The code is the following, but this not funtion, please help me in this...
How I can realize a serach in a list box. For example: I have a listbox with all the IDNO of my record. And I have a txtSearchByIdno. When I enter a IDNo that I need press the button Search in the list box appear this IDNO .
I have a table with two field: Char and IDNo(example of data in this fields: L, 00001)
If I make a query and I need that both field appear in one column I write:
id: [Char] & " " & [IDNo]
To obtain: L00001,but when I write this expression in my query the zeros don't appear in the result, only...
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.