Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid and related tables
Message
From
12/12/1997 09:51:04
Jay Shepherd
Construction DataFax, Inc.
Montevallo, Alabama, United States
 
 
To
12/12/1997 00:50:27
General information
Forum:
Visual Basic
Category:
VBA
Miscellaneous
Thread ID:
00065111
Message ID:
00065514
Views:
36
>Data2.RecordSource = "select a.DocNo, a.ItemNo, b.ItemName, " _
> & " a.Qty, a.Rate, a.Qty * a.Rate as ItemValue " _
> & " from OrderDet a, Items b " _
> & " where a.ItemNo = b.ItemNo " _
> & " and a.DocNo = '" & Data1.Recordset![DocNo] & "'"
>Data2.Refresh

Can you create a query in Access and get it to update?
Jay Shepherd
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform