Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

run backend macro from frontend form

Status
Not open for further replies.

tractorvix

Technical User
Jun 29, 2004
122
GB
I have a frontend system which works very well. However, I would like to be able to call a macro (which updates table contents) which is stored in the backend database.

I have considered opening the backend using the call shell function and then setting up the macro to run on open, but I can see problems occuring as the information can only be updated once a day.

Any ideas?

Vix
 
The backend has lots of ODBC links to our AS400 system. I'd rather the users didn't have access to these tables directly. The macro pulls the info from the AS400 into the appropriate tables.

The tables that it creates are then linked in the frontend to minimise the potential damage they could do!

Vix
 
You can use a run app macro that opens the back end database with the run macro switch. (/x)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top