RufussMcGee
Technical User
Okay I built is database to keep track of quotes so when the user clicks a button it gets the next quote number. Had my form bound to the table but when the user hit cancel of course the data was put onto the table with they picked. Thus I unbound the form and use expression like so.
rec.new
rec(11).Value = txtQuoteNumber.Value
Instead of new I want to update the line where the data is stored. I tried rec.update but how do you tell it what ID line you are looking for?
rec.new
rec(11).Value = txtQuoteNumber.Value
Instead of new I want to update the line where the data is stored. I tried rec.update but how do you tell it what ID line you are looking for?