RaunLGoode
Registered User.
- Local time
- Today, 05:15
- Joined
- Feb 18, 2004
- Messages
- 122
I want to do exactly what a "Find Record" and "Save Record" comand button would do, but with Code. I need the Object/Property to do this.
Specifically, I want define a Record number based on a variable, modify the record, and then Save the record. (The Record number is a Primary key.)
Dim RecNum as Integer
[find record].RecNum
.....
[save record]... or would that be Update.Record
could somebody help me?
Specifically, I want define a Record number based on a variable, modify the record, and then Save the record. (The Record number is a Primary key.)
Dim RecNum as Integer
[find record].RecNum
.....
[save record]... or would that be Update.Record
could somebody help me?