Coding for an Add-In

  • Thread starter Thread starter Doug B.
  • Start date Start date
D

Doug B.

I am creating an add-in but having a problem with my syntax for
creating record sets to tables located in the add-in. Obviously the
CurrentDB will no longer be the Add-In database once it is launched as
an Add-In.

Any thoughts on the best way to create a record set to work with the
data in the tables for my add-in database?

Best wishes,

Doug B.
 
Doug B. said:
I am creating an add-in but having a problem with my syntax for
creating record sets to tables located in the add-in. Obviously the
CurrentDB will no longer be the Add-In database once it is launched as
an Add-In.

Any thoughts on the best way to create a record set to work with the
data in the tables for my add-in database?

Best wishes,

Doug B.

See the CodeDb method.
 
Back
Top