First of all, after a year or so, I am finaly back to programming/updating my program, and to everyone that have answered my questions is the past and gotten "silens" back.
I apologize.
I need to filter 'Names' in an SQL statement. I have a datagrid that is being populated with data from an access file. The RecordSource of my Adodc is:
SELECT Forfall, ID, Ansvarlig, Eiendom, Bygg, Anlegg, [Ordre Beskrivelse]
FROM [Vedlikeholds Rutiner]
WHERE ([Kvitter ut] <> 0)
AND (Ansvarlig <> ".")
ORDER BY Bygg DESC, Forfall ASC
Could I use a variable, in the RecordSource of my Adodc, to be determined at run time by the user?
Thanks ahead of time.
I apologize.
I need to filter 'Names' in an SQL statement. I have a datagrid that is being populated with data from an access file. The RecordSource of my Adodc is:
SELECT Forfall, ID, Ansvarlig, Eiendom, Bygg, Anlegg, [Ordre Beskrivelse]
FROM [Vedlikeholds Rutiner]
WHERE ([Kvitter ut] <> 0)
AND (Ansvarlig <> ".")
ORDER BY Bygg DESC, Forfall ASC
Could I use a variable, in the RecordSource of my Adodc, to be determined at run time by the user?
Thanks ahead of time.