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...
Thanks
what is the best option?
i want to complete one table (with just one line:
fec_date fec_fichero) but i don't want to type the date in a inpubox for example
i want to select the date through a calendar
i'm working with access
ok done. but now i have another problem
there is my code:
strTxtPath = "G:\Joana\INC01.txt"
Set ts = fso.CreateTextFile(strTxtPath, True)
ts.Close
DoCmd.TransferText acExportDelim, ("Inc01 Export Specification"), "Inc01_valor", strTxtPath, True
Set ts = Nothing
appears the runtime error...
i used this code:
DoCmd.OutputTo acOutputQuery, "Interface_F01Incos0" & i & "_valor", acFormatTXT, strTxtPath, False
query-"Interface_F01Incos0" & i & "_valor"
strTxtPath = "G:\OrcControlo\SCC\Joana\INCOS0" & i & entidad & ".txt"
but each time a run the code i get this:
|...
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...
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.