Skip to content

Instantly share code, notes, and snippets.

@juanobrach
juanobrach / Export Access DB to csv command line
Created May 26, 2019 23:00
Export to CSV access database with PowerShell command line
View Export Access DB to csv command line
Run Power Shell script on comand line "./access-export-to-csv-power-shell.ps1"
Requirements
Database1 file or rename database name on script
Export query created as module on the DB
Public Sub export_query()
DoCmd.TransferText transferType:=acExportDelim, TableName:="Table1", FileName:="D:\Exported.csv", HasFieldNames:=True
DoCmd.Quit
End Sub
@juanobrach
juanobrach / Juan obrach Portfolio.markdown
Last active January 20, 2017 23:40
Juan obrach Portfolio
View Juan obrach Portfolio.markdown
@juanobrach
juanobrach / index.html
Created May 20, 2015 22:20
model gallerie
View index.html
<div class="container">
<ul>
<li class="model aida">
<div class="icon">
<i class="fa fa-plus-circle"></i>
</div>
<span class="label">
<p>aida</p>
</span>
</li>
View index.html
<main>
<span id="timer"></span>
<span id="gameOver">
<h1>Your score<br><span id="finalScore">0</span></h1>
</span>
<i class="fa fa-volume-down" id="volume"></i>
@juanobrach
juanobrach / index.html
Created April 18, 2015 16:47
mathaholic
View index.html
<main>
<span id="timer"></span>
<span id="gameOver">
<h1>Your score<br><span id="finalScore">0</span></h1>
</span>
<i class="fa fa-volume-down" id="volume"></i>