|
-
Apr 6th, 2000, 12:30 AM
#1
Thread Starter
Junior Member
is it possible to move to a empty record in a
database when a form first loads up, i tried data1.recordset.movenext but that does
not work can any one help at all.
-
Apr 6th, 2000, 05:47 AM
#2
Addicted Member
I believe what you are trying to do is to is to create a new record on form load. You would do that in ADO with the following syntax:
rsRecordSet.AddNew
This will bring up a new, blank record in your declared recordset for you to play with and update.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|