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 Wanet Telecoms Ltd on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Running Linked Table from vb code

Status
Not open for further replies.

BillDickenson

IS-IT--Management
Mar 21, 2005
29
US
How do I run the linked table manager from VB ? I'm trying to keep the user from having to go to database utilities etc and I just can't seem to figure out how to execute this. I'm assuming I can do this using the DoMenu, but anyone know what command ? Thanks
 
I thought u can only get the LnkTbl manager when you're in database design mode, i.e. you can't directly access it in code... but I'm not 100% sure about that.

what you can do is access the table's properties, and change them in code, and then you can put this code on a form somewhere...

--------------------
Procrastinate Now!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top