C
Chris
I've been searching for info on this all day now, and still can't get
anywhere. I'm building an access add-in for our customers which will
import and export them using a partially-propreitary format. I've
gotten the add-in to load in teh file-menu mode and can run it from the
add-in menu just fine, but I can't figure out how to run it from a code
block within the new database. I'd like to have it so a button could
be programmed to bring up the forms from the add-in. WHat I have so
far is this:
Private Sub Command0_Click()
Application.Run "[SDTAccessTransfer].[DataTransfer_Menu]"
End Sub
where SDTAccessTransfer is the name of the mde file and
DataTransfer_Menu is the name of a function which just runs an openform
in the mde.
WHen I try to run it I get
Run-time error 2517
Microsoft Office Acces can't find the procedure
'[SDTAccessXMLTransfer.'
Can someone help me figure out how to run the add-in from a form
button?
Thanks in advance,
anywhere. I'm building an access add-in for our customers which will
import and export them using a partially-propreitary format. I've
gotten the add-in to load in teh file-menu mode and can run it from the
add-in menu just fine, but I can't figure out how to run it from a code
block within the new database. I'd like to have it so a button could
be programmed to bring up the forms from the add-in. WHat I have so
far is this:
Private Sub Command0_Click()
Application.Run "[SDTAccessTransfer].[DataTransfer_Menu]"
End Sub
where SDTAccessTransfer is the name of the mde file and
DataTransfer_Menu is the name of a function which just runs an openform
in the mde.
WHen I try to run it I get
Run-time error 2517
Microsoft Office Acces can't find the procedure
'[SDTAccessXMLTransfer.'
Can someone help me figure out how to run the add-in from a form
button?
Thanks in advance,
