D
Dale
Hi all,
New to access programming. I'm using access 2003.
I'm programatically importing a FoxPro/Dbase table which I've managed to do
and I'll eventually want to report some findings to an access report.
However, in the interim, I need some help as to how I would programatically
retreive those findings and what commands I should study up on to retrieve
that data.
I need to
1. Get the field (column) names
2. Get the field size
3. The size of the longest record in each field
4. The number of populated fields in each field
5. The value (text) of the longest record in each field
6. The number of fields
7. The number of records
I guess what I really need is a good primer.
New to access programming. I'm using access 2003.
I'm programatically importing a FoxPro/Dbase table which I've managed to do
and I'll eventually want to report some findings to an access report.
However, in the interim, I need some help as to how I would programatically
retreive those findings and what commands I should study up on to retrieve
that data.
I need to
1. Get the field (column) names
2. Get the field size
3. The size of the longest record in each field
4. The number of populated fields in each field
5. The value (text) of the longest record in each field
6. The number of fields
7. The number of records
I guess what I really need is a good primer.