I have the following SQL statement:
SELECT * FROM Tickets p JOIN Customer c ON p.Cust_Num = c.Cust_Num WHERE p.Ticket_No = '"& strdummy &"'
The problem is both tables have a field named "notes". I am trying to display the notes field from Tickets but when I select the Ticket/notes field the Customer/notes field is selected.
Cheers
SteveW |
|
|