I'd like to be able to assign a value to a cell in a table by putting a command button on a report and having it place the value in the table when the button is clicked. I can get the macro associated with the button to do various things but not what I want. I've tried Set, but I get an error message that the database can't find the field referred to in my expression. What I have now is Set [tablename]![fieldname]="c". What am I doing wrong here?