Hi! I just wanna ask. How can I query selected records in adodc vb 6?
I have a table name chief and field names ID, Date_Time, Nurse_Diagnosis, Recommendation, Medicine, Qty.
What I need is to select all the fields except for ID. I tried this code but it doesn't work.
<code>select * from chief where Date_Time, Nurse_Diagnosis, Recommendation, Medicine, Qty</code>
Could someone help me. thanks a lot.
I have a table name chief and field names ID, Date_Time, Nurse_Diagnosis, Recommendation, Medicine, Qty.
What I need is to select all the fields except for ID. I tried this code but it doesn't work.
<code>select * from chief where Date_Time, Nurse_Diagnosis, Recommendation, Medicine, Qty</code>
Could someone help me. thanks a lot.