Ok, I've spent about 3 hours building my table, and now want to actually use it
. I think I can do everything except this one thing. Which I could probably write a whole bunch of unneeded VB code to do it, but hopefully you guys can provide a better answer.
Ok, my table has 326 records. Each record has a field with a dos command in it. So 326 dos commands total. In my form, I want to create a command button that will launch the dos command I have listed in the field of the current record.
i.e. record 1: blahblah1.exe, record 2: blahblah2.exe. If I'm viewing record 1, I want to launch blahblah1.exe, record 2, blahblah2.exe so on and so forth.
There's probably an extremely easy way to do this, but I don't use access much and have never really learned. Any help would be greatly appreciated.
GI_Mike25

Ok, my table has 326 records. Each record has a field with a dos command in it. So 326 dos commands total. In my form, I want to create a command button that will launch the dos command I have listed in the field of the current record.
i.e. record 1: blahblah1.exe, record 2: blahblah2.exe. If I'm viewing record 1, I want to launch blahblah1.exe, record 2, blahblah2.exe so on and so forth.
There's probably an extremely easy way to do this, but I don't use access much and have never really learned. Any help would be greatly appreciated.

GI_Mike25