Search results

  1. M

    Add value to existing record

    Hi, Thank you for trying to help me with my problem, but again, I think you misunderstood me. I am not trying to be rude, and I really appreciate the effort. If I understand it right, you're code would concatenate the value in the text box to my value in fieldA. I do not want to change the...
  2. M

    Add value to existing record

    No. You must have misunderstood. When I say add, I'm not talking about arithmetic. I want to add more information to that record, as in enter a value for another field.
  3. M

    Add value to existing record

    Hi, I have a table with fieldA fieldB and fieldC, lets say. I have a query which refers to that table with fieldA field B fieldX and fieldZ, lets say. I have a form which has that query as my record source. On that form, I have an unbound text box and a command button. What I would like to do...
  4. M

    "On Current" Event Confusion

    Hi all, This is what I want to do. I have some text fields and command buttons that I would like to toggle enable/disable based on a a field in the current record. As the user flips through the records, I would like the fields to be either disabled or enabled based on a property of that...
  5. M

    Prompted to Save table within form upon exit

    Thanks for the tips about the design. I think I will implement those ideas. Do you have any suggestions as to the subform disabling issue? Thanks. I am also attaching a new zip file which includes the file with older file extensions, in case anyone else wants to help. Sorry I did not know the...
  6. M

    Prompted to Save table within form upon exit

    Ok, Here. I have an older version of the file and I recreated the problem. It was, as I suspected, caused by the "on load" procedure of the form. Here, I am attaching it. The form is called "New Order". Let me know what you find.
  7. M

    Prompted to Save table within form upon exit

    Ah man, the file is on my work computer and I am home for the weekend. I can run in real quick tomorrow, and I'll post it at that time. Thanks, please check back tomorrow afternoon.
  8. M

    Prompted to Save table within form upon exit

    Hi, I have a form that has a project table as its control (key = project #). There is a table within the form tied to the products table (key = product #). The table's "project #" column is linked to the forms primary key (project #). Upon exiting the form, or even when switching to design...
Back
Top Bottom