replace fields values

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gadekarashish
    New Member
    • Oct 2006
    • 2

    replace fields values

    I want to replace field value within date

    exactly i wan to search bills i.e. i entered it in my entry procidure [from date to date] and replace it with bill no in num. at a time

    ashish
  • Hemant Pathak
    Recognized Expert New Member
    • Jul 2006
    • 92

    #2
    Hi............. ...............

    u can use this Query

    UPDATE TABLENAME SET COLUMNNAME=VALU E WHERE DATE=#GIVEN DATE#

    Comment

    Working...