G Guest Aug 30, 2006 #1 I would like to be able to create an ADE file from my ADP using VBA. Is this possible? What would the code look like?
I would like to be able to create an ADE file from my ADP using VBA. Is this possible? What would the code look like?
A Alex Dybenko Aug 30, 2006 #2 Hi, not sure if this is works with ADP, but try: SysCmd 603, strPathInputMdb, strPathOutputMde here more info: http://www.everythingaccess.com/tutorials.asp?ID=Undocumented-SysCmd-Functions -- Best regards, ___________ Alex Dybenko (MVP) http://alexdyb.blogspot.com http://www.PointLtd.com
Hi, not sure if this is works with ADP, but try: SysCmd 603, strPathInputMdb, strPathOutputMde here more info: http://www.everythingaccess.com/tutorials.asp?ID=Undocumented-SysCmd-Functions -- Best regards, ___________ Alex Dybenko (MVP) http://alexdyb.blogspot.com http://www.PointLtd.com
G Guest Aug 30, 2006 #3 Thanks Alex, had a go with that one but could not get any sense out of it. I suspect it is mdb specific.
Thanks Alex, had a go with that one but could not get any sense out of it. I suspect it is mdb specific.