
Edit a value in a table from code
How can I edit the value in a column of a particular table, of a
particular row (record) from within code? I am not very familiar with
recordsets and can use some help with this probably simple procedure. I
know I can do it by calling a query, but is there a better way than
having to create a query for this procedure and running it... maybe just
define a temp update query or something? I want to basically change the
value in a yes/no field to the opposite of what it is.
Chad Waldman
P.S One more quick question... If you compact a database from within the
front-end, will it also compact the backend? If not, how can I compact
the backend (tables) from within the FE without ever having to close the
FE session?
Also, is compaction only for tables, or does it somehow compact the
whole database in general?