ADO - Importing Form Controls from Excel to Access

O

OMIP

Hi,

I am trying to import data from Excel to Access using ADO.
Everything works fine as soon as standard cell values are concerned.
But I've got problem with importing values connected with Form Controls
appearing on Sheet.

How to import e.g. OptionButton value using ADO?

Thanks.
Christian
 
J

John Nurick

Hi Christian,

If I understand you right, you'll need to either

-link the controls to cells in the worksheet, or

-use Automation and the Excel object model to access properties of the
controls themselves.


Hi,

I am trying to import data from Excel to Access using ADO.
Everything works fine as soon as standard cell values are concerned.
But I've got problem with importing values connected with Form Controls
appearing on Sheet.

How to import e.g. OptionButton value using ADO?

Thanks.
Christian

John Nurick [Microsoft Access MVP]

Please respond in the newgroup and not by email.
 

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