Hello all,
I have table TblCustomer with Name field. Data can be..
John C. Doe
John D. Doe
John E. Doe
...
I need to select records that have "John" for first name and "Doe" for Last name. I would be the same when I use Browse function.
Browse for 'John' $ name .and. 'Doe' $ name
But I want to use 'SQL - Select into cursor' so I can populate the list box.
Any suggestion?
Thank you,
KonLao
I have table TblCustomer with Name field. Data can be..
John C. Doe
John D. Doe
John E. Doe
...
I need to select records that have "John" for first name and "Doe" for Last name. I would be the same when I use Browse function.
Browse for 'John' $ name .and. 'Doe' $ name
But I want to use 'SQL - Select into cursor' so I can populate the list box.
Any suggestion?
Thank you,
KonLao