Hi, weird question here.
I have a spreadsheet that uses Mic. Query for listing information.
now, this information is edited so i need to change original DBF Tables with the new values.
right now, i'm putting that information into an excel spreadsheet, and from a separate VFP program i do the final update.
But i'd like to save this step for the user... so i have 2 choices
1. run the VFP program directly from excel (i couldn't find a way... but that would be nice enough)
2. use sql update/insert from VBA to edit the tables (that i ignore if it's even possible).
I hope i'm clear, usually i'm not
I have a spreadsheet that uses Mic. Query for listing information.
now, this information is edited so i need to change original DBF Tables with the new values.
right now, i'm putting that information into an excel spreadsheet, and from a separate VFP program i do the final update.
But i'd like to save this step for the user... so i have 2 choices
1. run the VFP program directly from excel (i couldn't find a way... but that would be nice enough)
2. use sql update/insert from VBA to edit the tables (that i ignore if it's even possible).
I hope i'm clear, usually i'm not