![]() |
![]() |
|
|||||||
| Register | Forum Rules | Getting Started! - Guide | Blog | Videos | Gallery | Members List | Social Groups | Mark Forums Read |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
Guest
Posts: n/a
|
RE: need join help
Hi Chris,
Based on my understanding, you have two database tables named 'BTN' and 'Arcust01'. The table 'BTN' has 5 rows in it and there're 2 rows in the table 'Arcust01' matching 2 of the 5 rows in the table 'BTN'. What you want is to query both two tables and return all the 5 rows in the table 'BTN' among which the 3 rows not being matched returned with nulls in the fields from the table 'Arcust01'. If I'm off base, please feel free to let me know. You should use left outer join to get what you want. The following is a sample: Dim sQry As String = "select btn.btn, arcust01.lastpay, arcust01.balance from btn left outer join f:\chris\arcust01 arcust01 on btn.btn = arcust01.custno" myOleDbCommand.CommandText = sQry Hope this helps. If you have any question, please feel free to let me know. Sincerely, Linda Liu Microsoft Online Community Support ================================================== Get notification to my posts through email? Please refer to http://msdn.microsoft.com/subscripti...ult.aspx#notif ications. Note: The MSDN Managed Newsgroup support offering is for non-urgent issues where an initial response from the community or a Microsoft Support Engineer within 1 business day is acceptable. Please note that each follow up response may take approximately 2 business days as the support professional working with you may need further investigation to reach the most efficient resolution. The offering is not appropriate for situations that require urgent, real-time or phone-based interactions or complex project analysis and dump analysis issues. Issues of this nature are best handled working with a dedicated Microsoft Support Engineer by contacting Microsoft Customer Support Services (CSS) at http://msdn.microsoft.com/subscripti...t/default.aspx. ================================================== This posting is provided "AS IS" with no warranties, and confers no rights. |
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|
< Home - Windows Help - MS Office Help - Hardware Support >
| New To Site? | Need Help? |