kennedymr2
Programmer
I have a DBgrid on my form
The database is an Access .mdb
Dim strsql
strsql = "SELECT * FROM results "
Data.RecordSource = strsql
Data.Refresh
The grid loads up with the database records, all ok.
????
Is there a way of of determining the columns loaded, ?? the field type.. eg Text Currency Date etc.
I want to be able to validate any alterations made
Appreciate any help
Kennedym2
The database is an Access .mdb
Dim strsql
strsql = "SELECT * FROM results "
Data.RecordSource = strsql
Data.Refresh
The grid loads up with the database records, all ok.
????
Is there a way of of determining the columns loaded, ?? the field type.. eg Text Currency Date etc.
I want to be able to validate any alterations made
Appreciate any help
Kennedym2