by Neosoft Support » Tue Feb 18, 2014 12:12 pm
Yes, you can use the dbpExecSQL action to open the table instead. For example, the following will open the table Contacts and display the first 50 records:
dbpExecSQL "AddrBook" "SELECT TOP 50 * FROM Contacts" ""
NeoSoft Support