Thank you for the videos. I use them for both memory refreshers and learning new concepts all the time.
Now to my question: I've designed a form with an update query, and have linked the qry fields to the form, but when I click on my update button, nothing happens (sql is below). The text boxes on my form match each of the fields in my query, but no update.
SQL: UPDATE tblSong SET tblSong.CurPresented = [Forms]![frmSongUpdate]![txtNewCurrent], tblSong.PrevPresented = [Forms]![frmSongUpdate]![txtNewPrevious], tblSong.[Position] = [Forms]![frmSongUpdate]![cmbNewPosition], tblSong.Active = [Forms]![frmSongUpdate]![cmbNewActive] WHERE (((tblSong.CurPresented)=Forms!frmSongUpdate!txtExistingCurrent) And ((tblSong.PrevPresented)=Forms!frmSongUpdate!txtExistingPrevious) And ((tblSong.Position)=Forms!frmSongUpdate!cmbExistingPosition) And ((tblSong.Active)=Forms!frmSongUpdate!cmbExistingActive));
Along with these fields, I've included the title field in the form, but not in the query because that field is not being updated. Should I include the title as well?
Thx 4 the assistance. Keep up the good work.
Sorry, only students may add comments.
Click here for more
information on how you can set up an account.
If you are a Visitor, go ahead and post your reply as a
new comment, and we'll move it here for you
once it's approved. Be sure to use the same name and email address.
This thread is now CLOSED. If you wish to comment, start a NEW discussion in
Visitor Forum.