Hi,
i have a form with three checkbox, for example:
(Check8)
(check9)
(check10)
and i have a button "select" to select all the checkbox. I inserted the code:
Me.Check10 = true
i have tried too Me.Check10 = 1
but when i press the button appears the following mistake:
"run-time...
Hi, I have created this code to save the info of one table in excel :
but in the end i stay with two sheets: sheet1 and F01Incos01. Can u help me? i just want to stay with the sheet "F01Incos01"
Private Sub Command329_Click()
Dim newExcelApp As Excel.Application
Dim newWbk As Excel.Workbook...
hi,
so, i have this table:
"T_MES"
date1 date2
31/08/2015 09/09/2015
How can I change the date through a calendar?
I create a form with two textbox.. and in the properties I select this:
PROPERTY
format: shortdate
Show date picker: for dates
so, efverytime I click in the textbox...
Hi
i'm trying to export a table from access to a text file
i found this info:
expression .TransferText(TransferType, SpecificationName, TableName, FileName, HasFieldNames, HTMLTableName, CodePage)
can you explain me what i should put in: SpecificationName?
Hi,
I have this code:
Private Sub Command286_Click()
Dim newExcelApp As Excel.Application
Dim newWbk As Excel.Workbook
Dim newWkSheet As Excel.Worksheet
Set newExcelApp = Excel.Application
Set newWbk = newExcelApp.Workbooks.Add
Set newWkSheet = newWbk.Worksheets(1)
Dim i As Integer
For i...
how can i run a querie and insert the result in my textbox?
the result only have one field:
fec_data
21/04/2015
the query is a union between two tables(select)
INSERT INTO Balancetes_data ( fec_data )
SELECT DISTINCT T_MES.fec_data
FROM T_MES INNER JOIN BALANCETES ON T_MES.Fec_Data =...
Hi,
I want to zip some files in my folder.
i used this code:
'Compacta e Zip
Private Declare Sub Sleep Lib "kernel32" ( _
ByVal dwMilliseconds As Long _
)
Sub compactar_BD01()
Application.SetOption "Auto compact", True
'nome do zip / nome do ficheiro origem
Zip...
Hi,
I want to zip some files in my folder.
i used this code:
'Compacta e Zip
Private Declare Sub Sleep Lib "kernel32" ( _
ByVal dwMilliseconds As Long _
)
Sub compactar_BD01()
Application.SetOption "Auto compact", True
'nome do zip / nome do ficheiro origem
Zip...
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.