How to Get the values

subrata.bauri
Member Posts: 21
Respected sir,
I have 2 tables - Tabel1 and Table2
Table 1 has 2 fields -- Barcode No. and Item Desc.
Table1 is filled with values. Such
Barcode No. Item Desc
123 abc
235 sdf
124 uww
Table2 has 2 fields -- No. and Desc. And only No. field is filled with The Barcode no but not orderly as Table1.
I have to do some thing(coding) that retrieve the values(Item Desc in Desc) .such
IF Barcode= No.
Then Item Desc will be placed in Desc(field) in Table2.
How can I do that?
I have 2 tables - Tabel1 and Table2
Table 1 has 2 fields -- Barcode No. and Item Desc.
Table1 is filled with values. Such
Barcode No. Item Desc
123 abc
235 sdf
124 uww
Table2 has 2 fields -- No. and Desc. And only No. field is filled with The Barcode no but not orderly as Table1.
I have to do some thing(coding) that retrieve the values(Item Desc in Desc) .such
IF Barcode= No.
Then Item Desc will be placed in Desc(field) in Table2.
How can I do that?
0
Comments
-
I hope I did understand your problem correctly.
Table2.RESET; IF Table2.FIND('-') THEN REPEAT IF Table1.get(Table2."No.") THEN BEGIN Table2Bis := Table2; Table2Bis."Descr." := Table1."Item Descr."; Table2Bis.MODIFY(FALSE); END; UNTIL Table2.NEXT = 0;
Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions