katocal
IS-IT--Management
- Nov 29, 2004
- 1
Is there a way to store run VB commands stored in tables as string e.g.:
I have a table named commands with the following field: ID, Command
on ID = 1 Command = "Forms!FRMmain!date.value = Forms!frmcalender!AXcalender.value"
I used the eval command to evaluate the command shown above, it didn't give an error but it did nothing
Thank you
I have a table named commands with the following field: ID, Command
on ID = 1 Command = "Forms!FRMmain!date.value = Forms!frmcalender!AXcalender.value"
I used the eval command to evaluate the command shown above, it didn't give an error but it did nothing
Thank you