Hi hughfreiden,
There are so many options to do this.
e.g.
1. U can put that record in group header and supress the details part . or
2. U can write a query in sql designer ( selecting rownum=1)
and then create report from that query
Hope it helps
Raj28...
Hi GDX,
Just replace call in place of execute .
i.e
Dim oConn As New ADODB.Connection
oConn.Open "Provider=OraOLEDB.Oracle;Data Source=xiacon.xiacon.com;User Id=intrak;Password=intrak;"
LineRun = "call...
Hi theryaster,
Just try this -
Update itemloc a set fifo_dt=(select lot_dt from fifochk b where a.location=b.location)
where location in ( select location from fifochk )
Hope this helps ..
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.