Skip to main content
Inspiring
November 11, 2008
Question

update form requirements

  • November 11, 2008
  • 2 replies
  • 394 views
I have an edit form to update records in my database, and I want to set up a requirement that says if something is typed into the M2M Quote number field, then make it a requirement that the complete date field must be filled out as well. I think I will need some javascript to make this work, but I'm not sure what this would be. I have attached some code I thought might work, but it doesn't. Can someone please help me? Thanks.

Andy
    This topic has been closed for replies.

    2 replies

    Inspiring
    November 12, 2008
    The SAMS series of computer books, Teach Yourself Language X in Y Time Units are very good tutorials. The concept is, buy the book, do all the lessons, finish with more knowlege than you started with. They do this very well.
    Inspiring
    November 11, 2008
    You will need some javascript. If you don't know how to write it, I can personally vouch for the book "Teach Yourself Javascript in 24 Hours". That's how I learned.
    Inspiring
    November 11, 2008
    Thanks. What am I supposed to look for in the book? Do I look under auto complete forms? Or Validate text box on the fly? I'm just not sure what to even look for or what this would be called.