Search results

  1. B

    Edit A Record Via Form

    aikea, Thanks for the attachment, but I want every table field to be displayed in the text box so that user can modify any field he/she likes. Just like I have it in my attachment. What I want is for change to take effect only after Save button is pressed.
  2. B

    Edit A Record Via Form

    I have it set so that once you click the Search button in changes the recordset. But I like your idea better. I'll change it. Could you tell me how can I bring in the data from the table into unbound text box on the form? What is the code for that? I don't want to use combo box or list box.
  3. B

    Edit A Record Via Form

    Hi Bob, Have you had a chance to take a look at my db? Still trying to get it to work. Thanks, B.
  4. B

    Edit A Record Via Form

    Hey guys, here is the sample db attached. Once you click on Find button the The record source is changing depending on the page you are at.
  5. B

    Edit A Record Via Form

    I'll do it first thing tomorrow morning. Thanks Bob!
  6. B

    Edit A Record Via Form

    That's what I had before. I had unbound field where user enters a row ID then by clicking a search button that Row ID along with it's fields is displayed on the form in its own text boxes. Like Call_Date, Student ID, Student Name, Student Grade etc... What was aikea in the post above talking...
  7. B

    Edit A Record Via Form

    Bob, after I delete control source, how do I bring data into that field?
  8. B

    Edit A Record Via Form

    I really don't know how to use unbound text boxes to bring information from the table into a form. Can someone please tell me how it's done? Or at least point me into the right direction? I also read somewhere that people use temporary tables to grab data from actual table, then display...
  9. B

    Edit A Record Via Form

    Correct, each page has its own questions and its Table. It's and Observation tool. For different department. So depending on which page user clicks, it will bring the fields of that table into a form for an edit.
  10. B

    Edit A Record Via Form

    No I don't have subforms. I just have 3 Pages on one tab control.
  11. B

    Edit A Record Via Form

    Bob, Thank you, but I still have a problem. I didn't mention one thing. Inside the form I have a tab control with 3 pages. Each page displays information from its own table. The way it's working now is when a user presses a search button the record source changes depening on what page's...
  12. B

    Edit A Record Via Form

    Hi everybody! I've created an Edit Form that has a text field where user can enter a Record Number with a Search button next to it. Once the search button is pressed it finds the record and displays it below. The problem is that when I change a value of a field in the Form View it changes...
Back
Top Bottom