Thread
:
How do I save or update to a database?
View Single Post
03-12-2002, 01:42 PM
#
2
HackinCowboy
Member (10 bit)
Join Date: Apr 2001
Location: Michigan
Posts: 850
You want to do something like this:
rsLeases.Edit
rsLeases("Name") = "Bob Smith"
rsLeases.Update
That should do the trick.
~HC
HackinCowboy
View Public Profile
Find More Posts by HackinCowboy