On 6/22/06, Matt Needles <[EMAIL PROTECTED]> wrote:
On Fri, 2006-06-23 at 08:20 +1000, Russell Butler wrote: > Don Parris wrote: <SNIP> > No, Russell, it might not be obvious, but the OP is talking about a database table, not a Writer table.
Guess I should have mentioned that in the body of the message. Oh well. Don, I don't think you can insert fields "at the cursor". Fields are
only appended to the table definition. The only way I can think of is to create a new table with the new field(s) in the position(s) you desire, then copy the data from the old table to the new one and delete the old table. I might be wrong, of course :(
Looks like you're correct. It works in MS Excess 2003 (just tested it), but of course, that's not what I generally use. Oh well. I can live with it. :-)
