onefootout
Technical User
Hi there, I have a feeling I'm missing something quite obvious here.
I've got a simple update query that I'd like to use a form to control. There's a combo box on the form with days of the week(taken from a table), and a button that runs this query.
UPDATE __updateweday
SET weekendday = [forms]![__weekendday]![pickday]
WHERE custid=not null;
When I set the [pickday] as a combo box, it doesn't update. When I set it to a regular textbox and run it, it works fine.
How do I get it to update with the users choice from a combo box?
I checked the FAQ's but they all seemed way too complicated or were solutions for multiple selections. I will only ever need to pick one day of the week.
Thanks!
I've got a simple update query that I'd like to use a form to control. There's a combo box on the form with days of the week(taken from a table), and a button that runs this query.
UPDATE __updateweday
SET weekendday = [forms]![__weekendday]![pickday]
WHERE custid=not null;
When I set the [pickday] as a combo box, it doesn't update. When I set it to a regular textbox and run it, it works fine.
How do I get it to update with the users choice from a combo box?
I checked the FAQ's but they all seemed way too complicated or were solutions for multiple selections. I will only ever need to pick one day of the week.
Thanks!