Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All,
I have problem with query acces. I have created query from acces query design. But I got difficult to implemented this query to vba macro. SELECT tabel2.tgl, tabel2.num, tabel1.dates, abs(tabel2.tgl-tabel1.dates) AS ddif FROM tabel2 INNER JOIN tabel1 ON tabel2.site = tabel1.site; this query i save with name query1 SELECT query1.dates, min(ddif) AS [min] FROM Query1 GROUP BY query1.dates; that query i save with name query2 how to implemented that query to vba macro. tabel2 should be variable. (tabel2 must be changed to tabel1,tabel2, tabel3 etc...) ? Thanks Ardi |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Make table query will work in datasheet view but will not make tab | Excel Discussion (Misc queries) | |||
make column lists for select query. | New Users to Excel | |||
How do i make excel open a new workbook and run a query from sql | Excel Programming | |||
Make Table Query limitation | Excel Programming | |||
Make table query works intermittently | Excel Programming |