I have a combobox on my form that lists all the users stored in the database. The data for these are stored in a table called Users. On of the fields in the table is FrequentUser which is of a yes/no datatype.
When a user is selected in the combobox I would like to check if the FrequentUser field is true and if not set it to true.
I can check to see the field is true but can not figure out how to modify it. Do I have to create a recordset of just the record selected before I can change the data in it?
If anyone can help it would be appreciated
Robyn
When a user is selected in the combobox I would like to check if the FrequentUser field is true and if not set it to true.
I can check to see the field is true but can not figure out how to modify it. Do I have to create a recordset of just the record selected before I can change the data in it?
If anyone can help it would be appreciated
Robyn