Question about programing

J

jk

Hi,

I have an application from IBM called reflections and it has a menu option
to create macros/modules. Is it possible to create a macro or some programing
to copy some fields from this app into a access database.Could you show me
some simple sample code that does a copy?

Thanks
 
L

Larry Daugherty

This newsgroup is devoted to Access the relational database
application from Microsoft. Many other applications from Microsoft
and 3rd parties have embedded VBA. That does not make them Access. I
believe that Reflections is one of those. However, each application
has its own object model. In order to get an application to do
something you have to use that object model.

You have to resolve your programming issues in Reflections, not
Access. Then, if you can figure that out you still have to find out
if Reflections can be a server application and, if so, How?

HTH
 
Top