Search results

  1. G

    Yes/No field

    Hi All, I have a table (tbl_data) with a Yes/No field called Printed. Now I have a command button on my user form which sit's on top of my query that link to tbl_data. I what I want to do is on click the printed field in my table turns to "yes" for the record selected on my user form. I can't...
  2. G

    Print button on a userform to amend a table

    Hi allan, Thanks for your help on this issue. I've added the code you gave me and added the field to my form and re-named it like you said. Unfortunately I get a “this recordset is not updateable” error message. I didn’t mention that my form get’s the data from a query and not directly from my...
  3. G

    Print button on a userform to amend a table

    Hi All, Any help on this problem would be very much appreciated. I currently have an access form which sit on top of my data table. On the form I have a print button to print the record currently selected. In my data table I have a simple Yes/No field called Printed. What I want to know is, is...
Back
Top Bottom