Field Properties in VBA (Primary key, etc)

S

sqluser

Hi,

How do i set the following properties for a field in VBA(Primary Key, Look
Up, Row Source Type, Row Source, etc)?

I am using an ADODB connection/recorset. I have tried using
currentdb.tabledefs(i).fields(i).property(i).value but i don't get any of the
above properties.
 
¹

¹Ú¹®¼ö

sqluser said:
Hi,

How do i set the following properties for a field in VBA(Primary Key, Look
Up, Row Source Type, Row Source, etc)?

I am using an ADODB connection/recorset. I have tried using
currentdb.tabledefs(i).fields(i).property(i).value but i don't get any of the
above properties.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top