Inserting data into tables
Posted: Thu Nov 08, 2007 5:12 pm
Initially posted this in the Media forum, oops!
I'm trying to put data into a table field, without binding it to a database. It looks easy enough and I came up with the following:
on mouseup
put "A Smith&tab0121 345654&tab08/11/2007 09:41" into field tblCalls
end mouseup
The idea being that this would spread the data across the cells. However, even if I just try to put something simple in there, it just doesn't accept it, I get an error "No such object"
Any ideas? There appears to be no documentation about tables.
I'm trying to put data into a table field, without binding it to a database. It looks easy enough and I came up with the following:
on mouseup
put "A Smith&tab0121 345654&tab08/11/2007 09:41" into field tblCalls
end mouseup
The idea being that this would spread the data across the cells. However, even if I just try to put something simple in there, it just doesn't accept it, I get an error "No such object"
Any ideas? There appears to be no documentation about tables.