I am putting together an application where I isolate the recordset with a where clause in the dbSQL property (I have a where clause with a field called category set to a value). How can I get dbPro to set the default value for my category field to the current value when I enter Add mode? Since the user is working in that view of the data I don`t want to require them to enter it. What I need is the ability to set the default value during add mode to a session variable.

Jim